aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
diff options
context:
space:
mode:
authorarvind <bloomberg490@gmail.com>2015-09-07 19:57:51 +0530
committerarvind <bloomberg490@gmail.com>2015-09-08 16:02:16 +0530
commitdad0c2677cb94c286c67af5e6a32f7956e02aafe (patch)
tree32ca5ad6e57be7c28c4123361300635a29df9816 /railties/lib/rails
parente75b92c032ddbd0e664c4fd241bec5668e35ee96 (diff)
downloadrails-dad0c2677cb94c286c67af5e6a32f7956e02aafe.tar.gz
rails-dad0c2677cb94c286c67af5e6a32f7956e02aafe.tar.bz2
rails-dad0c2677cb94c286c67af5e6a32f7956e02aafe.zip
Replace AR with ActiveRecord to make it more readable [ci skip]
Diffstat (limited to 'railties/lib/rails')
-rw-r--r--railties/lib/rails/tasks/engine.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/tasks/engine.rake b/railties/lib/rails/tasks/engine.rake
index 16ad1bfc84..c51524f8f6 100644
--- a/railties/lib/rails/tasks/engine.rake
+++ b/railties/lib/rails/tasks/engine.rake
@@ -40,7 +40,7 @@ namespace :db do
desc "Rolls the schema back to the previous version (specify steps w/ STEP=n)."
app_task "rollback"
- desc "Create a db/schema.rb file that can be portably used against any DB supported by AR"
+ desc "Create a db/schema.rb file that can be portably used against any DB supported by Active Record"
app_task "schema:dump"
desc "Load a schema.rb file into the database"