lib/rails/tasks/engine.rake in railties-4.0.13 vs lib/rails/tasks/engine.rake in railties-4.1.0.beta1

- old
+ new

@@ -24,10 +24,10 @@ app_task "migrate:reset" desc "Display status of migrations" app_task "migrate:status" - desc 'Create the database from config/database.yml for the current Rails.env (use db:create:all to create all dbs in the config)' + desc 'Create the database from config/database.yml for the current Rails.env (use db:create:all to create all databases in the config)' app_task "create" app_task "create:all" desc 'Drops the database for the current Rails.env (use db:drop:all to drop all databases)' app_task "drop"