Replacing superclass_delegating_accessoror with class_attribute.

:store_full_sti_class will have value true or false so there is no
danger of mutability here.

Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
Neeraj Singh
2010-07-28 16:26:50 -04:00
committed by José Valim
parent 1620f572bf
commit a64cc69d61

View File

@@ -421,7 +421,7 @@ module ActiveRecord #:nodoc:
@@timestamped_migrations = true
# Determine whether to store the full constant name including namespace when using STI
superclass_delegating_accessor :store_full_sti_class
class_attribute :store_full_sti_class
self.store_full_sti_class = true
# Stores the default scope for the class