[Rails] Re: forms and controller scope

2009-01-23 Thread Mark Reginald James
Adam Akhtar wrote: Is it possible to pass predefined arguments along with a form with form_for? i.e. an id etc? I have a task model with usual title, completed(bool), duedate and a foreign key field called project_id (a project has many tasks). On one view i want to have an express add

[Rails] Re: forms and controller scope

2009-01-23 Thread Adam Akhtar
thanks very much for that. I went away and researched teh api more about hidden fields. I did try them out a while back but got an error and thought i was heading down the wrong path but you confirmed i was indeed looking in the right area. thank you once again -- Posted via