Skip to content

Instantly share code, notes, and snippets.

@jirihradil
Created January 17, 2012 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jirihradil/1a87acfda39dfe999b1d to your computer and use it in GitHub Desktop.
Save jirihradil/1a87acfda39dfe999b1d to your computer and use it in GitHub Desktop.
rails STI form_for
<% form_for(:invoice, @invoice, :url => {:action=>'update'}, :html => { :method => :put }) do |f| %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment