mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add missing AS core extension dependency
This commit is contained in:
parent
be9b68038e
commit
2ee6ed69fc
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
require 'active_support/core_ext/hash/except'
|
||||
require 'active_support/core_ext/module/introspection'
|
||||
require 'active_support/core_ext/module/remove_method'
|
||||
|
||||
module ActiveModel
|
||||
class Name
|
||||
|
|
Loading…
Reference in a new issue