Skip to content

Instantly share code, notes, and snippets.

@kfaustino
Created July 18, 2010 15:44
Show Gist options
  • Save kfaustino/480492 to your computer and use it in GitHub Desktop.
Save kfaustino/480492 to your computer and use it in GitHub Desktop.
Current edit.html.erb:
<h2>Editing a ticket in <%= @project.name %></h2>
<%= form_for [@project, @ticket] do |f| %>
<%= render "form" %>
<% end %>
Proposed change:
<h2>Editing a ticket in <%= @project.name %></h2>
<%= render "form" %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment