aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/resource_helpers.rb
diff options
context:
space:
mode:
authorR.T. Lechow <rtlechow@gmail.com>2011-03-04 00:19:58 -0500
committerR.T. Lechow <rtlechow@gmail.com>2011-03-04 01:01:50 -0500
commitc8dae23a2addbbeb8fabf832676b12ef51060b56 (patch)
tree17a2685e1ed943a7d345f8b2751ebbd4b031eea7 /railties/lib/rails/generators/resource_helpers.rb
parent12325cf970cc62f7ce3723177da3ee7ba122bedf (diff)
downloadrails-c8dae23a2addbbeb8fabf832676b12ef51060b56.tar.gz
rails-c8dae23a2addbbeb8fabf832676b12ef51060b56.tar.bz2
rails-c8dae23a2addbbeb8fabf832676b12ef51060b56.zip
Railties typos.
Diffstat (limited to 'railties/lib/rails/generators/resource_helpers.rb')
-rw-r--r--railties/lib/rails/generators/resource_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/resource_helpers.rb b/railties/lib/rails/generators/resource_helpers.rb
index d6ccfc496a..de01c858dd 100644
--- a/railties/lib/rails/generators/resource_helpers.rb
+++ b/railties/lib/rails/generators/resource_helpers.rb
@@ -53,7 +53,7 @@ module Rails
@controller_i18n_scope ||= controller_file_path.gsub('/', '.')
end
- # Loads the ORM::Generators::ActiveModel class. This class is responsable
+ # Loads the ORM::Generators::ActiveModel class. This class is responsible
# to tell scaffold entities how to generate an specific method for the
# ORM. Check Rails::Generators::ActiveModel for more information.
def orm_class