Displaying 1 result from an estimated 1 matches for "worktracks".
Did you mean:
worktrack
2009 Dec 18
2
Undefined Method error - help request
...can remedy.
When loading my view, I get an error: ''undefined method
''true_class_path'' for #<ActionView::Base:.........
Context:
I have controllers for Project, Worktrack and ''Workbench'', among
others. Workbench is where users would actually assign Worktracks to
projects. There is no ''Workbench'' table - I created just a controller
for it, based on the ''Cart'' controller in Agile Web Development.
Project and Worktrack have complete scaffolds.
Workbench View code:
<%= button_to "Add Worktrack", assign_work...