Hello everybody,
I am new to ruby on rails so please don't laugh on my silly doubts.
Problem :
I am creating check boxes in rhtml file. All the items which are being
checked, i am able to catch it in the controller class. but i am not
being able to catch values from controller to model.
supplier.rhtml file
<%= check_box('hotel_', '', {}, hotel.group_name+"^"+hotel.pid, '')
%></td>
contoller class
def supplier
@temp = @params['hotel_']
end
I want to catch @temp in the concern model class...how can do that...
thanks a lot in advance
Czar
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---