-
- Downloads
Admin Group scaffold -> new, show, index
Showing
- app/controllers/admin/groups_controller.rb 66 additions, 0 deletionsapp/controllers/admin/groups_controller.rb
- app/models/group.rb 6 additions, 0 deletionsapp/models/group.rb
- app/models/project.rb 4 additions, 1 deletionapp/models/project.rb
- app/views/admin/groups/_form.html.haml 19 additions, 0 deletionsapp/views/admin/groups/_form.html.haml
- app/views/admin/groups/index.html.haml 24 additions, 0 deletionsapp/views/admin/groups/index.html.haml
- app/views/admin/groups/new.html.haml 3 additions, 0 deletionsapp/views/admin/groups/new.html.haml
- app/views/admin/groups/show.html.haml 48 additions, 0 deletionsapp/views/admin/groups/show.html.haml
- config/routes.rb 5 additions, 0 deletionsconfig/routes.rb
app/controllers/admin/groups_controller.rb
0 → 100644
app/views/admin/groups/_form.html.haml
0 → 100644
app/views/admin/groups/index.html.haml
0 → 100644
app/views/admin/groups/new.html.haml
0 → 100644
app/views/admin/groups/show.html.haml
0 → 100644
Please register or sign in to comment