From 110a066bb4f0109f48025b84cd4b5d0695bd64ca Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Tue, 17 May 2011 17:52:40 +0530 Subject: fix coding error in readme reported in rails GH #980 --- actionpack/README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/README.rdoc') 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 -- cgit v1.2.3