Skip to content

Commit

Permalink
Merge pull request refinery#893 from gogogarrett/patch-3
Browse files Browse the repository at this point in the history
Added more specific details about how to view a list of possible commands
  • Loading branch information
ugisozols committed Aug 21, 2011
2 parents 22a63b1 + 96ed26b commit 77f5e43
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -184,7 +184,7 @@ So as you would expect the view for this action is located in +app/views/refiner

h4. Overriding your first view

Refinery comes with a rake task called +refinery:override+ which allows you to copy files out of Refinery and into your own application to change. Let's override the pages show view:
Refinery comes with a rake task called +refinery:override+ which allows you to copy files out of Refinery and into your own application to change. To see a list of possible commands simply run <tt>rake refinery:override</tt> in the console. Let's override the pages show view:

<shell>
$ rake refinery:override view=pages/show
Expand Down

0 comments on commit 77f5e43

Please sign in to comment.