hi

I have two tables
agencies
contracts

i have one statement like below

 @getdata=Agency.all(:joins=>:contracts,
      :select=>"agencies.*",:conditions=>["agencies.status =?",1 ])

i am able to access all data in agency but not able to access contracts data
from above query

please guide me how to do the above it is very critical



-- 
Karthik.k
Mobile - +91-9894991640

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to