Skip to content

Commit

Permalink
fix coding error in readme reported in rails GH #980
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaydev committed May 17, 2011
1 parent 565865e commit 110a066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ A short rundown of some of the major features:
* Actions grouped in controller as methods instead of separate command objects
and can therefore share helper methods

CustomersController < ActionController::Base
class CustomersController < ActionController::Base
def show
@customer = find_customer
end
Expand Down

0 comments on commit 110a066

Please sign in to comment.