From e784fd00f543cbe190bd0241311bdc03a37ecdd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20K=C3=B6gel?= Date: Tue, 22 Dec 2015 14:20:39 +0100 Subject: seeds.rb.tt: fix English. --- railties/lib/rails/generators/rails/app/templates/db/seeds.rb.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: # -- cgit v1.2.3