Guest User

Untitled

a guest
Oct 20th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. = f.inputs do
  2. = f.input :parent_id, :as => :select, :collection => nested_options(Product::Location, resource), :input_html => { :autofocus => true }
  3. = f.input :name
  4.  
  5. = f.buttons do
  6. = f.commit_button :button_html => { :disable_with => 'Aguarde...' }
  7. = f.cancel_button
Add Comment
Please, Sign In to add comment