I have 2 tables:

people (id, name)
children (id, parents_id, child_id)

parents_id = people.id and child_id = people_id also

So how I make a relationships in Rails?

And how can all search:

Children.find(:all, :conditions => ["parents.name LIKE 'Clin%' ???? Or
how???

And what if I want to add new child. Parents name is in people table,
but childs not, so how I do?
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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