Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information