aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-01-28 18:20:08 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-01-28 18:20:08 -0200
commit69acffa30ed8f44261c7dfce7ed6d0d3570a2b7a (patch)
treec1979eebbbb29680cb265e46a63fcc9bfaadcdbf
parentdae0eb1e331e9349b3d607ed5177c2bce7722d8b (diff)
parentc997d6dfeae2a5f5c63155a81332ca684ec9f743 (diff)
downloadrails-69acffa30ed8f44261c7dfce7ed6d0d3570a2b7a.tar.gz
rails-69acffa30ed8f44261c7dfce7ed6d0d3570a2b7a.tar.bz2
rails-69acffa30ed8f44261c7dfce7ed6d0d3570a2b7a.zip
Merge pull request #18716 from tonytonyjan/typo
table name should be plural
-rw-r--r--railties/lib/rails/generators/rails/model/USAGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/model/USAGE b/railties/lib/rails/generators/rails/model/USAGE
index b8f7845896..11daa5c3cb 100644
--- a/railties/lib/rails/generators/rails/model/USAGE
+++ b/railties/lib/rails/generators/rails/model/USAGE
@@ -22,7 +22,7 @@ Description:
If you pass a namespaced model name (e.g. admin/account or Admin::Account)
then the generator will create a module with a table_name_prefix method
- to prefix the model's table name with the module name (e.g. admin_account)
+ to prefix the model's table name with the module name (e.g. admin_accounts)
Available field types: