aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/attribute_methods/read_test.rb
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2011-12-23 21:37:52 +0000
committerJon Leighton <j@jonathanleighton.com>2011-12-24 11:08:15 +0000
commitba7ec73f6a5c98c008e8e48eb06e9b9a17a91991 (patch)
tree32501c519056e017537da0c80c9a8e787cb211b4 /activerecord/test/cases/attribute_methods/read_test.rb
parent8c67e709d0b2946473af84959deaac0ced962d5e (diff)
downloadrails-ba7ec73f6a5c98c008e8e48eb06e9b9a17a91991.tar.gz
rails-ba7ec73f6a5c98c008e8e48eb06e9b9a17a91991.tar.bz2
rails-ba7ec73f6a5c98c008e8e48eb06e9b9a17a91991.zip
Deal with global config better between AR::Base and AR::Model
Diffstat (limited to 'activerecord/test/cases/attribute_methods/read_test.rb')
-rw-r--r--activerecord/test/cases/attribute_methods/read_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/test/cases/attribute_methods/read_test.rb b/activerecord/test/cases/attribute_methods/read_test.rb
index 0df9ffc0c5..375c207d20 100644
--- a/activerecord/test/cases/attribute_methods/read_test.rb
+++ b/activerecord/test/cases/attribute_methods/read_test.rb
@@ -18,6 +18,7 @@ module ActiveRecord
def self.active_record_super; Base; end
def self.base_class; self; end
+ include ActiveRecord::Configuration
include ActiveRecord::AttributeMethods
def self.column_names