Class: Dashboards::ProjectTablesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Dashboards::ProjectTablesController
- Defined in:
- app/controllers/mission_control/servers/dashboards/project_tables_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
3 4 5 6 |
# File 'app/controllers/mission_control/servers/dashboards/project_tables_controller.rb', line 3 def show @project = Project.includes(:services).find_by(token: params[:project_id]) @service_settings = @project.service_settings end |