We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18a1c75 + d48a9eb commit 11581afCopy full SHA for 11581af
activerecord/lib/active_record/migration.rb
@@ -1169,7 +1169,7 @@ class << self
1169
1170
def migrations_path=(path)
1171
ActiveSupport::Deprecation.warn \
1172
- "ActiveRecord::Migrator.migrations_paths= is now deprecated and will be removed in Rails 6.0." \
+ "`ActiveRecord::Migrator.migrations_path=` is now deprecated and will be removed in Rails 6.0. " \
1173
"You can set the `migrations_paths` on the `connection` instead through the `database.yml`."
1174
self.migrations_paths = [path]
1175
end
0 commit comments