-
- Downloads
Add company departments views
Showing
- app/controllers/company_departments_controller.rb 46 additions, 0 deletionsapp/controllers/company_departments_controller.rb
- app/models/ability.rb 3 additions, 0 deletionsapp/models/ability.rb
- app/models/concerns/user_concerns/associatable.rb 5 additions, 0 deletionsapp/models/concerns/user_concerns/associatable.rb
- app/models/user.rb 6 additions, 0 deletionsapp/models/user.rb
- app/views/companies/show.html.erb 2 additions, 0 deletionsapp/views/companies/show.html.erb
- app/views/companies/show/_departments.html.erb 23 additions, 0 deletionsapp/views/companies/show/_departments.html.erb
- app/views/companies/show/_employees.html.erb 17 additions, 5 deletionsapp/views/companies/show/_employees.html.erb
- app/views/company_departments/index.html.erb 30 additions, 0 deletionsapp/views/company_departments/index.html.erb
- app/views/company_departments/new.html.erb 25 additions, 0 deletionsapp/views/company_departments/new.html.erb
- app/views/company_departments/register.html.erb 31 additions, 0 deletionsapp/views/company_departments/register.html.erb
- app/views/company_departments/show/_departments.html.erb 23 additions, 0 deletionsapp/views/company_departments/show/_departments.html.erb
- config/routes.rb 2 additions, 2 deletionsconfig/routes.rb
Loading
Please sign in to comment