Guest User

Untitled

a guest
May 27th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. - semantic_form_for current_account do |f|
  2. - f.inputs do
  3. - f.semantic_fields_for :config_options do |config_option|
  4. = config_option.input :name, :input_html => { :disabled => true }
  5. = config_option.input :value, :as => option_type
  6. - f.buttons do
  7. = f.commit_button 'Save'
Add Comment
Please, Sign In to add comment