-
- Downloads
Add UsersController#show and GroupsController
Showing
- app/controllers/groups_controller.rb 2 additions, 0 deletionsapp/controllers/groups_controller.rb
- app/controllers/users_controller.rb 4 additions, 0 deletionsapp/controllers/users_controller.rb
- app/views/layouts/application.html.haml 1 addition, 1 deletionapp/views/layouts/application.html.haml
- app/views/users/index.html.haml 11 additions, 6 deletionsapp/views/users/index.html.haml
- app/views/users/show.html.haml 35 additions, 0 deletionsapp/views/users/show.html.haml
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
- test/controllers/groups_controller_test.rb 7 additions, 0 deletionstest/controllers/groups_controller_test.rb
app/controllers/groups_controller.rb
0 → 100644
app/views/users/show.html.haml
0 → 100644
test/controllers/groups_controller_test.rb
0 → 100644
Please register or sign in to comment