Skip to content

Commit

Permalink
Update README so the controller example follows the view examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbap committed Nov 23, 2009
1 parent c5b4645 commit 3332e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -20,7 +20,7 @@ h3. In your view
h3. In your controller h3. In your controller


<pre><code> <pre><code>
class ProjectsController < ApplicationController class PostController < ApplicationController
trap_door :only => :create trap_door :only => :create


# the rest of your controller... # the rest of your controller...
Expand Down

0 comments on commit 3332e46

Please sign in to comment.