rails/activerecord/lib
Kir Shatrov 8312a0d222 Deprecate reflection class name to accept a class
The idea of `class_name` as an option of reflection is that passing a
string would allow us to lazy autoload the class.

Using `belongs_to :client, class_name: Customer` is eagerloading models more than necessary
and creating possible circular dependencies.
2017-01-09 13:08:33 -05:00
..
active_record Deprecate reflection class name to accept a class 2017-01-09 13:08:33 -05:00
rails/generators self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
active_record.rb Bump license years for 2017 2016-12-31 08:34:08 -05:00