search for: another_main_thing_id

Displaying 1 result from an estimated 1 matches for "another_main_thing_id".

2009 Mar 08
1
database table row creation method
...t; %> <%= form_tag %> ... and following controller that populates data (one row) in database def create @thing = Thing.new(params[:thing]) end So far it is working. But I need to add one more parameter to @thing variable that doesn`t come from user input. It comes from another model (:another_main_thing_id). What is the syntax for adding this parameter to @thing variable. Thank you! -- 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...