aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/core.rb
diff options
context:
space:
mode:
authorAlberto Almagro <albertoalmagro@gmail.com>2018-08-01 20:46:53 +0200
committerAlberto Almagro <albertoalmagro@gmail.com>2018-08-01 22:44:53 +0200
commit67265a3ab0db926b919d725936926fc39fe73e18 (patch)
treea773f8535cf803d1eade1e3b8feb8ca9e06c35d4 /activerecord/lib/active_record/core.rb
parentbd01f9831cb6416b34f566167237697e666e5e41 (diff)
downloadrails-67265a3ab0db926b919d725936926fc39fe73e18.tar.gz
rails-67265a3ab0db926b919d725936926fc39fe73e18.tar.bz2
rails-67265a3ab0db926b919d725936926fc39fe73e18.zip
[ci skip] Change references from Rake task to Rails command
This commit follows the path we started at commit #ea4f0e2 and continued at PR #33229.
Diffstat (limited to 'activerecord/lib/active_record/core.rb')
-rw-r--r--activerecord/lib/active_record/core.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/core.rb b/activerecord/lib/active_record/core.rb
index df795df52e..c983bc0d93 100644
--- a/activerecord/lib/active_record/core.rb
+++ b/activerecord/lib/active_record/core.rb
@@ -99,7 +99,7 @@ module ActiveRecord
##
# :singleton-method:
# Specify whether schema dump should happen at the end of the
- # db:migrate rake task. This is true by default, which is useful for the
+ # db:migrate rails command. This is true by default, which is useful for the
# development environment. This should ideally be false in the production
# environment where dumping schema is rarely needed.
mattr_accessor :dump_schema_after_migration, instance_writer: false, default: true