aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2015-12-22 14:02:48 -0200
committerRafael França <rafaelmfranca@gmail.com>2015-12-22 14:02:48 -0200
commit30e1101f9b8140a34a70c8b86a0220463e6838d4 (patch)
treedeaf54de6485b40d5ab212b79ae44e24daa139f1 /railties
parent938ab4a5391493c9deb4adfa718692032d93d56e (diff)
parente784fd00f543cbe190bd0241311bdc03a37ecdd9 (diff)
downloadrails-30e1101f9b8140a34a70c8b86a0220463e6838d4.tar.gz
rails-30e1101f9b8140a34a70c8b86a0220463e6838d4.tar.bz2
rails-30e1101f9b8140a34a70c8b86a0220463e6838d4.zip
Merge pull request #22757 from paulkogel/patch-1
seeds.rb.tt: fix English.
Diffstat (limited to 'railties')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/db/seeds.rb.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/db/seeds.rb.tt b/railties/lib/rails/generators/rails/app/templates/db/seeds.rb.tt
index cfadd24017..1beea2accd 100644
--- a/railties/lib/rails/generators/rails/app/templates/db/seeds.rb.tt
+++ b/railties/lib/rails/generators/rails/app/templates/db/seeds.rb.tt
@@ -1,5 +1,5 @@
# This file should contain all the record creation needed to seed the database with its default values.
-# The data can then be loaded with the rails db:seed (or created alongside the db with db:setup).
+# The data can then be loaded with the rails db:seed command (or created alongside the database with db:setup).
#
# Examples:
#