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:
parent
565865ec1c
commit
110a066bb4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue