1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
beerlington d0aebd5357 Refactor ActiveRecord::Inheritance.base_class logic
Moved logic from class_of_active_record_descendant(class) to the
base_class method. This method was confusing because it required
an argument, but that argument was 'self'.

Moved base_class tests to inheritance_test.rb and added some test
coverage for some untested cases.
2012-07-26 13:46:49 -04:00
..
active_record Refactor ActiveRecord::Inheritance.base_class logic 2012-07-26 13:46:49 -04:00
rails/generators Add fkey attributes to join_table migration generator 2012-07-19 00:24:21 +04:00
active_record.rb Removing composed_of from ActiveRecord. 2012-06-18 14:53:03 -04:00