Skip to content

Instantly share code, notes, and snippets.

@tight
Created October 8, 2010 09:29
Show Gist options
  • Save tight/616551 to your computer and use it in GitHub Desktop.
Save tight/616551 to your computer and use it in GitHub Desktop.
form_for([job_or_entity, unsolicited_or_job_application], :builder => FrontOfficeFormBuilder, :html => { :multipart => true }) do |f|
...
end
# => <form action="/entities/40598744/unsolicited_applications" class="new_unsolicited_application" enctype="multipart/form-data" id="new_unsolicited_application" method="post">
# et je voudrais ajouter #apply à l'URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment