Displaying 1 result from an estimated 1 matches for "new_pso_printers_path".
2008 May 08
5
Simple Generated Component Suddenly Gives Errors
...create app/views/pso_printers
...
Then I did a rake db:migrate
And then I simply went to take a look at the url for the above :
http://localhost:port/pso_printers
NameError in Pso_printers#index
Showing pso_printers/index.html.erb where line #22 raised:
undefined local variable or method `new_pso_printers_path'' for
#<ActionView::Base:0x4c345e8>
Extracted source (around line #22):
19:
20: <br />
21:
22: <%= link_to ''New pso_printers'', new_pso_printers_path %>
RAILS_ROOT: C:/ruby/letter4sure
Application Trace | Framework Trace | Full Trace
app/views/pso_prin...