Rails - User Input for Multiple models on a single form - How
This is basically a nested form question, albeit with only one field that belongs to a parent model. My data entry form collects data for a model - however I also need to collect one other a data element/value (UserID) that actually goes into a parent record that will be created with the detail record. AFAIK Rails expects each form field to map to a model and I need to create an unbound data input field that I will use separately. How can I override this default behaviour and create a'free form/unbound field'? TIA, BC Heres something from my own app: Access it by: params[:company] and params[