aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kögel <paul@railslove.com>2015-12-22 14:20:39 +0100
committerPaul Kögel <paul@railslove.com>2015-12-22 14:20:39 +0100
commite784fd00f543cbe190bd0241311bdc03a37ecdd9 (patch)
treef5d4e89ddd1401ed87de8b667dd0b172a9b31642
parentc8ca57df5bac623b115261ca0d2f1bdada467ff7 (diff)
downloadrails-e784fd00f543cbe190bd0241311bdc03a37ecdd9.tar.gz
rails-e784fd00f543cbe190bd0241311bdc03a37ecdd9.tar.bz2
rails-e784fd00f543cbe190bd0241311bdc03a37ecdd9.zip
seeds.rb.tt: fix English.
-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:
#