mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix require for class_attribute
This commit is contained in:
parent
53a90436cf
commit
82ea5db030
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
require 'active_support/core_ext/hash/keys'
|
||||
require 'active_support/core_ext/class/inheritable_attributes'
|
||||
require 'active_support/core_ext/class/attribute'
|
||||
|
||||
module ActiveModel
|
||||
class MissingAttributeError < NoMethodError
|
||||
|
|
Loading…
Reference in a new issue