aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/wrappings.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/active_record/wrappings.rb')
-rw-r--r--activerecord/lib/active_record/wrappings.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/wrappings.rb b/activerecord/lib/active_record/wrappings.rb
index 01976417b7..e8b6018850 100644
--- a/activerecord/lib/active_record/wrappings.rb
+++ b/activerecord/lib/active_record/wrappings.rb
@@ -9,8 +9,7 @@ module ActiveRecord
end
end
- def self.append_features(base)
- super
+ def self.included(base)
base.extend(ClassMethods)
end