1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fix coding error in readme reported in rails GH #980

This commit is contained in:
Vijay Dev 2011-05-17 17:52:40 +05:30
parent 565865ec1c
commit 110a066bb4

View file

@ -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