ActionView::Template::Error (undefined method model_name' for nil:NilClass):
1: <div class="col-md-4 col-md-offset-4">
2: <h1>create</h1>
3:
4: <%= simple_form_for @group do |f| %>
5: <div class="form-group">
6: <%= f.input :title, input_html: { class: "form-control"} %>
7: <%= f.input :description, input_html: { class: "form-control"} %>
app/views/groups/new.html.erb:4:in
app_views_groups_new_html_erb__528623746075205267_70173123584560'
这里的 undef method 是什么问题呢?