mirror of
https://github.com/github/rails.git
synced 2026-01-28 07:48:00 -05:00
cd994eff9a343df376bfaec59de5b24a2ab51256
Examples:
User.all :joins => :items, :conditions => { :age => 10, :items => { :color => 'black' } }
Item.first :conditions => { :items => { :color => 'red' } }
Note : Hash key in :conditions is referring to the actual table name or the alias defined in query.
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%