diff options
author | Akira Matsuda <ronnie@dio.jp> | 2017-01-26 00:54:55 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2017-01-26 00:56:40 +0900 |
commit | 650e46afbcf21334c95af5814b6d00c01901dac2 (patch) | |
tree | faa9516dd46447f062ba57b42b9b25d35eda50cf /railties/lib/rails | |
parent | c6f7c18e25a7fb3719ae15c2d3662e340f63c164 (diff) | |
download | rails-650e46afbcf21334c95af5814b6d00c01901dac2.tar.gz rails-650e46afbcf21334c95af5814b6d00c01901dac2.tar.bz2 rails-650e46afbcf21334c95af5814b6d00c01901dac2.zip |
s/an/a/
[ci skip]
Diffstat (limited to 'railties/lib/rails')
-rw-r--r-- | railties/lib/rails/generators/resource_helpers.rb | 2 |
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 978b053308..e7cb722473 100644 --- a/railties/lib/rails/generators/resource_helpers.rb +++ b/railties/lib/rails/generators/resource_helpers.rb @@ -59,7 +59,7 @@ module Rails end # Loads the ORM::Generators::ActiveModel class. This class is responsible - # to tell scaffold entities how to generate an specific method for the + # to tell scaffold entities how to generate a specific method for the # ORM. Check Rails::Generators::ActiveModel for more information. def orm_class @orm_class ||= begin |