diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2015-12-22 14:02:48 -0200 |
---|---|---|
committer | Rafael França <rafaelmfranca@gmail.com> | 2015-12-22 14:02:48 -0200 |
commit | 30e1101f9b8140a34a70c8b86a0220463e6838d4 (patch) | |
tree | deaf54de6485b40d5ab212b79ae44e24daa139f1 /railties/lib | |
parent | 938ab4a5391493c9deb4adfa718692032d93d56e (diff) | |
parent | e784fd00f543cbe190bd0241311bdc03a37ecdd9 (diff) | |
download | rails-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/lib')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/db/seeds.rb.tt | 2 |
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: # |