Skip to content

Instantly share code, notes, and snippets.

@fluxsaas
Created June 9, 2010 10:04
Show Gist options
  • Save fluxsaas/431293 to your computer and use it in GitHub Desktop.
Save fluxsaas/431293 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 :value, :as => config_option.object.option_type.to_sym, :label => config_option.object.alias
- 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