aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/naming.rb
diff options
context:
space:
mode:
authorWojciech Wnętrzak <w.wnetrzak@gmail.com>2015-01-21 08:04:40 +0100
committerWojciech Wnętrzak <w.wnetrzak@gmail.com>2015-01-21 08:04:40 +0100
commit2ee6ed69fc5c6ac9da109df33ba249f1f762e323 (patch)
tree33e56c9e0e37abeb472a9fcbccdcde65dd507312 /activemodel/lib/active_model/naming.rb
parentbe9b68038e83a617eb38c26147659162e4ac3d2c (diff)
downloadrails-2ee6ed69fc5c6ac9da109df33ba249f1f762e323.tar.gz
rails-2ee6ed69fc5c6ac9da109df33ba249f1f762e323.tar.bz2
rails-2ee6ed69fc5c6ac9da109df33ba249f1f762e323.zip
Add missing AS core extension dependency
Diffstat (limited to 'activemodel/lib/active_model/naming.rb')
-rw-r--r--activemodel/lib/active_model/naming.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activemodel/lib/active_model/naming.rb b/activemodel/lib/active_model/naming.rb
index ada1f9a4f3..2bc3eeaa19 100644
--- a/activemodel/lib/active_model/naming.rb
+++ b/activemodel/lib/active_model/naming.rb
@@ -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