_form.html.slim 226 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 .group-form h2 = "#{title} group" = simple_nested_form_for [:admin, @object] do |f| = f.input :name = f.association :pool = f.association :users div style='text-align: center' = f.submit 'Save'