mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
9c721866a0
With engines this would result in an error because there can only be one `primary_abstract_class`. This is the class that your app connects to on boot when it's connecting lazily and you're using multiple databases. This change just removes `primary_abstract_class` from the engine `ApplicationRecord` classes and keeps them as `self.abstract_class = true`. Fixes https://github.com/rails/rails/issues/43247 |
||
---|---|---|
.. | ||
minitest | ||
rails | ||
rails.rb |