Displaying 1 result from an estimated 1 matches for "record_identification_helper".
2009 Nov 18
4
rails newbie : routing error
...;
I have the @e1 defined correctly in the controller (how can it work
when I go to the new page directly using localhost:300/expenses/new ).
And the trace :
vendor/rails/actionpack/lib/action_controller/record_identifier.rb:
72:in `dom_id''
vendor/rails/actionpack/lib/action_view/helpers/
record_identification_helper.rb:16:in `dom_id''
vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:264:in
`apply_form_for_options!''
vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:248:in
`form_for''
app/views/expenses/new.html.erb:1:in
`_run_erb_47app47views47expenses47new46h...