提交 ff21abee 编写于 作者: R Richard Schneeman

Merge pull request #21521 from yui-knk/fix/ar_task_desc

[ci skip] Replace `AR` with `Active Record` in task desc
......@@ -229,7 +229,7 @@ db_namespace = namespace :db do
end
namespace :schema do
desc 'Creates a db/schema.rb file that is portable against any DB supported by AR'
desc 'Creates a db/schema.rb file that is portable against any DB supported by Active Record'
task :dump => [:environment, :load_config] do
require 'active_record/schema_dumper'
filename = ENV['SCHEMA'] || File.join(ActiveRecord::Tasks::DatabaseTasks.db_dir, 'schema.rb')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册