Displaying 1 result from an estimated 1 matches for "edit_comic_path".
2011 Jun 15
1
uninitialized class variable @@env in OCI8
...<tr>
<td><%= comic.title %></td>
<td><%= comic.issue %></td>
<td><%= comic.publisher %></td>
<td><%= link_to ''Show'', comic %></td>
<td><%= link_to ''Edit'', edit_comic_path(comic) %></td>
<td><%= link_to ''Destroy'', comic, :confirm => ''Are you
sure?'', :method => :delete %></td>
</tr>
<% end %>
</table>
Gems included by the bundle
* abstract (1.0.0)
* actionmailer (3.0.8)...