From c4a3634929b2739782da63dc4f00493add949b45 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sun, 12 Jun 2005 13:32:06 +0000 Subject: Corrected @@configurations typo. #1410 [david@ruppconsulting.com] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1406 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/lib/active_record/base.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'activerecord/lib') diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index 0a953cfcd0..9782b6cd04 100755 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -249,10 +249,10 @@ module ActiveRecord #:nodoc: end @@subclasses = {} - + cattr_accessor :configurations - @@primary_key_prefix_type = {} - + @@configurations = {} + # Accessor for the prefix type that will be prepended to every primary key column name. The options are :table_name and # :table_name_with_underscore. If the first is specified, the Product class will look for "productid" instead of "id" as # the primary column. If the latter is specified, the Product class will look for "product_id" instead of "id". Remember -- cgit v1.2.3