-
- Downloads
Added UsersGroup scaffold. Simplify adding people to group
Showing
- app/assets/javascripts/dispatcher.js.coffee 2 additions, 0 deletionsapp/assets/javascripts/dispatcher.js.coffee
- app/assets/javascripts/groups.js.coffee 6 additions, 0 deletionsapp/assets/javascripts/groups.js.coffee
- app/controllers/groups_controller.rb 3 additions, 15 deletionsapp/controllers/groups_controller.rb
- app/controllers/users_groups_controller.rb 40 additions, 0 deletionsapp/controllers/users_groups_controller.rb
- app/helpers/groups_helper.rb 4 additions, 0 deletionsapp/helpers/groups_helper.rb
- app/models/users_group.rb 1 addition, 0 deletionsapp/models/users_group.rb
- app/views/groups/_new_group_member.html.haml 3 additions, 3 deletionsapp/views/groups/_new_group_member.html.haml
- app/views/groups/_new_member.html.haml 0 additions, 18 deletionsapp/views/groups/_new_member.html.haml
- app/views/groups/_people_filter.html.haml 0 additions, 22 deletionsapp/views/groups/_people_filter.html.haml
- app/views/groups/people.html.haml 10 additions, 14 deletionsapp/views/groups/people.html.haml
- app/views/users_groups/_users_group.html.haml 5 additions, 1 deletionapp/views/users_groups/_users_group.html.haml
- config/routes.rb 2 additions, 2 deletionsconfig/routes.rb
app/assets/javascripts/groups.js.coffee
0 → 100644
app/controllers/users_groups_controller.rb
0 → 100644
Please register or sign in to comment