aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-05-18 22:50:44 +0200
committerXavier Noria <fxn@hashref.com>2011-05-18 22:50:44 +0200
commitb13d24e5b96cf35cfaf64d4141216a30a7de9a33 (patch)
tree47356ad8bb919a141018958a469c649c3026d933 /actionpack
parentab42f9c9e31aa63b4ceca83c74486d849f2e33e7 (diff)
parent1c9a9d9bd2132534fb8b3f6bec6acdb7dcb38ba9 (diff)
downloadrails-b13d24e5b96cf35cfaf64d4141216a30a7de9a33.tar.gz
rails-b13d24e5b96cf35cfaf64d4141216a30a7de9a33.tar.bz2
rails-b13d24e5b96cf35cfaf64d4141216a30a7de9a33.zip
Merge branch 'master' of git://github.com/lifo/docrails
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/README.rdoc b/actionpack/README.rdoc
index 5db4cff66b..2f3678881d 100644
--- a/actionpack/README.rdoc
+++ b/actionpack/README.rdoc
@@ -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