Skip to content

Instantly share code, notes, and snippets.

@fluxsaas
Created June 9, 2010 09:01
Show Gist options
  • Save fluxsaas/431246 to your computer and use it in GitHub Desktop.
Save fluxsaas/431246 to your computer and use it in GitHub Desktop.
- semantic_form_for current_account do |f|
- f.inputs do
- f.semantic_fields_for :config_options do |config_option|
= config_option.input :name, :input_html => { :disabled => true }
= config_option.input :value, :as => option_type
- f.buttons do
= f.commit_button 'Save'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment