Displaying 1 result from an estimated 1 matches for "denominacao".
2007 Feb 21
2
:include => :works, :select => ...
@c = Client.find( :all,
:select => ''denominacao'',
:include => :works,
:conditions => ''works.estado = 1'')
im trying to get only one field "denominacao" but i get them all, is
there a way to get only one, using activerecord ofc...
--
Posted via http://www.ruby-forum.com/.
--~--~---------~-...