<%= form_for @grouppost, :url => admin_group_createpost_path(@group), :html => { :multipart => true , :class=>"form-horizontal main-forms"} do |f| %> <fieldset> <%= render :partial => "post_form", locals: {f: f} %> </fieldset> <% end %>