rails/activerecord/lib
Jon Leighton 93c1f11c0a Support configuration on ActiveRecord::Model.
The problem: We need to be able to specify configuration in a way that
can be inherited to models that include ActiveRecord::Model. So it is
no longer sufficient to put 'top level' config on ActiveRecord::Base,
but we do want configuration specified on ActiveRecord::Base and
descendants to continue to work.

So we need something like class_attribute that can be defined on a
module but that is inherited when ActiveRecord::Model is included.

The solution: added ActiveModel::Configuration module which provides a
config_attribute macro. It's a bit specific hence I am not putting this
in Active Support or making it a 'public API' at present.
2011-12-28 18:27:41 +00:00
..
active_record Support configuration on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
rails/generators Tidy up migration types. 2011-12-24 10:38:19 +01:00
active_record.rb Support configuration on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00