Displaying 1 result from an estimated 1 matches for "lalala2".
Did you mean:
lalala
2011 Apr 21
0
Get data from 2 tables
...swers.to_ext_json(:class =>
Answer) }
end
end
I have several scaffold in extjs, when I click on row, i get answers on
question that i just selected, COOL. But i need paste in this info email
of people (emails stores in users table). Now i have this:
| id | answer |
1 | lala
2 | lalala2
but i need this:
| id | answer | email
1 | lala | alal-l85rjibHVTE@public.gmane.org
2 | lal2 | asasa-XUCNv8pYSA0@public.gmane.org
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"...