You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add require for ClassAttribute in class/attribute core extension
rails/rails@1962e8d introduced the ClassAttribute class. We need to require it in the core_ext/class/attribute or else we will get a const missing error in gems or apps that are only requiring that core extension and not all of active support.
0 commit comments