search for: project_tasks_path

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

2009 Feb 07
0
Simple form with option to go to advanced form
...d im using nested resources. In Projects Show - i list all tasks associated with the project. I also have a simple "add task" which allows the user to add a task but only specify the title. Other attributes are set to default (e.g. due date = None, priority = NA etc). This form is sent to project_tasks_path i.e. create in Task Controller. I want an "Advanced Add Task" button on this form which when clicked will reload the same project show view but with a full form comprising of title, due date, lable etc. I know i can create a new submit button in the current form <%= submit_tag &qu...