Czar.ruby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Aug-14 21:09 UTC
Catching data in model class
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 rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---