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
Ryuta Kamizono f27a45af46 Remove unused explicit delegation to klass in relation
It is only used `primary_key` and `connection` in the internal, so it is
not needed to delegate others to `klass` explicitly.
This doesn't change public behavior because `relation` will delegate
missing method to `klass`.
2017-09-14 10:45:28 +09:00
..
active_record Remove unused explicit delegation to klass in relation 2017-09-14 10:45:28 +09:00
rails/generators Fix RuboCop offenses 2017-08-16 17:55:25 +09:00
active_record.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00