I got it: Its a misleading error location message:

Showing app/views/finders/index.html.erb where line #27 raised:

undefined local variable or method `f' for 
#<ActionView::Base:0x7f6d514eca80>

Extracted source (around line #27):

25:
26: <%debugger%>
27:     <%= emitActionLinks(f, edit_finder_path(f), f.owner != 0) %>
28:     </tr>
29:   <% end %>
30: </table>

The reason was inside emitActionLinks
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to