Skip to content

Instantly share code, notes, and snippets.

@jonpaul
Created December 14, 2011 20:56
Show Gist options
  • Save jonpaul/1478481 to your computer and use it in GitHub Desktop.
Save jonpaul/1478481 to your computer and use it in GitHub Desktop.
= semantic_form_for @peon, :as => @peon, :url => registration_path(@peon) do |f|
=f.inputs :email, :email_confirmation, :password, :password_confirmation, :job_title, :first_name, :last_name
=f.inputs do
=f.input :organization_id, :as => :hidden, :input_html => {:value => "#{@organization.id}"}
=f.buttons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment