Skip to content

Commit

Permalink
Comments, comments
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3994 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Mar 20, 2006
1 parent faecde0 commit 6d73357
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions actionpack/lib/action_controller/scaffolding.rb
Expand Up @@ -17,6 +17,9 @@ def self.append_features(base)
# This tiny piece of code will add all of the following methods to the controller:
#
# class WeblogController < ActionController::Base
# verify :method => :post, :only => [ :destroy, :create, :update ],
# :redirect_to => { :action => :list }
#
# def index
# list
# end
Expand Down

0 comments on commit 6d73357

Please sign in to comment.