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/active_record/relation
Godfrey Chan 1a2e3a0431 No need to call to_sym here
The hash is now string-keyed, and [_]reflect_on_association calls `to_s` on the
argument anyway.
2014-09-20 18:05:01 +09:00
..
predicate_builder Fix query with nested array in Active Record 2014-09-06 23:46:32 +03:00
batches.rb remove blank lines in the start of the ActiveRecord files 2014-07-29 02:51:08 +04:00
calculations.rb No need to call to_sym here 2014-09-20 18:05:01 +09:00
delegation.rb Put back Relation#join method as a delegate to Array 2014-05-05 16:45:16 +03:00
finder_methods.rb Merge pull request #15791 from zev/add_model_to_recordnotfound_message 2014-09-19 23:15:44 -07:00
merger.rb Make filter_binds filter out symbols that are equal to strings 2014-05-14 16:18:42 -07:00
predicate_builder.rb No need to call to_sym here 2014-09-20 18:05:01 +09:00
query_methods.rb A NullRelation should represent nothing. Closes #15176. 2014-09-11 08:04:48 +02:00
spawn_methods.rb