Skip to content

Commit

Permalink
Merge pull request #116 from lulalala/patch-1
Browse files Browse the repository at this point in the history
correct append_view_path example
  • Loading branch information
apotonick committed Mar 21, 2012
2 parents d95209e + 43de1e2 commit 58e7aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cells.rb
Expand Up @@ -64,7 +64,7 @@ module Cells
# Example:
#
# Cells.setup do |config|
# config.append_view_path << "app/view_models"
# config.append_view_path "app/view_models"
# end
#
def self.setup
Expand Down

0 comments on commit 58e7aa4

Please sign in to comment.