mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
9b84567fd4
In #27674 we changed the migration generator to generate migrations at the path defined in `Rails.application.config.paths` however the code checked for the presence of the `Rails` constant but not the `Rails.application` method which caused problems when using Active Record and generators outside of the context of a Rails application. Fixes #28325. |
||
---|---|---|
.. | ||
active_record | ||
active_record.rb |