From 0065f378262dc3f47880ce6211c7474bc7d11f0b Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 16 Dec 2011 12:12:05 -0800 Subject: AS::Concern is not really needed for AR::Explain --- activerecord/lib/active_record/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record/base.rb') diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index b479c403a7..432a40ea54 100644 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -699,7 +699,7 @@ module ActiveRecord #:nodoc: include Associations include IdentityMap include ActiveModel::SecurePassword - include Explain + extend Explain # AutosaveAssociation needs to be included before Transactions, because we want # #save_with_autosave_associations to be wrapped inside a transaction. -- cgit v1.2.3