From 4aee8dd486828943fb414504500efdbcfb49f884 Mon Sep 17 00:00:00 2001 From: Xavier Noria <fxn@hashref.com> Date: Thu, 2 Aug 2012 21:25:54 +0200 Subject: load active_support/core_ext/module/delegation in active_support/rails --- activemodel/lib/active_model/naming.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activemodel') diff --git a/activemodel/lib/active_model/naming.rb b/activemodel/lib/active_model/naming.rb index ea662e2138..af89391413 100644 --- a/activemodel/lib/active_model/naming.rb +++ b/activemodel/lib/active_model/naming.rb @@ -1,7 +1,6 @@ require 'active_support/inflector' require 'active_support/core_ext/hash/except' require 'active_support/core_ext/module/introspection' -require 'active_support/core_ext/module/delegation' module ActiveModel class Name -- cgit v1.2.3