1 2 3 4 5
#app/views/tickets/new.html.erb</div> <% form_tag @ticket do %> <%= render :partial => 'form' %> <%= submit_tag "Create" %> <% end %>