-
- Downloads
move Team_members controller into project (conflicts with team/members controller)
parent
497f7ab5
No related branches found
No related tags found
Showing
- app/controllers/admin/projects/application_controller.rb 11 additions, 0 deletionsapp/controllers/admin/projects/application_controller.rb
- app/controllers/admin/projects/members_controller.rb 32 additions, 0 deletionsapp/controllers/admin/projects/members_controller.rb
- app/controllers/admin/team_members_controller.rb 0 additions, 22 deletionsapp/controllers/admin/team_members_controller.rb
- app/models/project.rb 5 additions, 0 deletionsapp/models/project.rb
- app/views/admin/projects/members/_form.html.haml 16 additions, 0 deletionsapp/views/admin/projects/members/_form.html.haml
- app/views/admin/projects/members/edit.html.haml 8 additions, 0 deletionsapp/views/admin/projects/members/edit.html.haml
- app/views/admin/projects/show.html.haml 6 additions, 6 deletionsapp/views/admin/projects/show.html.haml
- app/views/admin/team_members/edit.html.haml 0 additions, 8 deletionsapp/views/admin/team_members/edit.html.haml
- config/routes.rb 3 additions, 1 deletionconfig/routes.rb
- spec/controllers/admin/projects/members_controller_spec.rb 26 additions, 0 deletionsspec/controllers/admin/projects/members_controller_spec.rb
Please register or sign in to comment