Skip to content

Instantly share code, notes, and snippets.

@waynerobinson
Created April 8, 2011 06:16
Show Gist options
  • Save waynerobinson/909381 to your computer and use it in GitHub Desktop.
Save waynerobinson/909381 to your computer and use it in GitHub Desktop.
- form_for :branch, @branch, :url => {:action => :create, :id => @branch.id} do |f|
= render :partial => 'form', :locals => {:f => f, :submit_button_caption => "Create Branch"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment