From b6bf58c2201761c073876b91249427107e111bdc Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Tue, 31 Mar 2015 11:41:16 +1100 Subject: Require Module#delegate core ext in ActiveModel::Naming --- activemodel/lib/active_model/naming.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activemodel') diff --git a/activemodel/lib/active_model/naming.rb b/activemodel/lib/active_model/naming.rb index 22010b517c..1f1749af4e 100644 --- a/activemodel/lib/active_model/naming.rb +++ b/activemodel/lib/active_model/naming.rb @@ -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 -- cgit v1.2.3