Require Module#delegate core ext in ActiveModel::Naming

This commit is contained in:
Ryan Bigg 2015-03-31 11:41:16 +11:00
parent f32b6e243a
commit b6bf58c220

@ -1,6 +1,7 @@
require 'active_support/core_ext/hash/except'
require 'active_support/core_ext/module/introspection'
require 'active_support/core_ext/module/remove_method'
require 'active_support/core_ext/module/delegation'
module ActiveModel
class Name