Skip to content

Instantly share code, notes, and snippets.

@AndyObtiva
Created October 24, 2013 20:24
Show Gist options
  • Save AndyObtiva/7144361 to your computer and use it in GitHub Desktop.
Save AndyObtiva/7144361 to your computer and use it in GitHub Desktop.
View Forms
<%= form_for @project, :url => project_project_part_path(@project.id, params[:id]), :as => :project} do |f| %>
...
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment