Displaying 1 result from an estimated 1 matches for "resource_asset_path".
2008 Mar 13
3
Refreshing a page gives a "stack level too deep" error.
...Has anyone seen anything like this before? I''ve only got it since we
started using restful rails. I''ve tried rebooting. I''ve tried running
webrick instead of mongrel. No joy...
Here''s the trace: it seems like it has an issue with my nested path
helper, "resource_asset_path".
Showing assets/index.html.erb where line #13 raised:
stack level too deep
Extracted source (around line #13):
10: <tr>
11: <td><%=h asset.name %></td>
12: <td><%=h asset.description %></td>
13: <td><%= link_to ''Sho...