Class: RailsPulse::OperationsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- RailsPulse::OperationsController
- Defined in:
- app/controllers/rails_pulse/operations_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
#set_global_filters, #set_pagination_limit
Instance Method Details
#show ⇒ Object
5 6 7 8 9 10 11 12 13 14 |
# File 'app/controllers/rails_pulse/operations_controller.rb', line 5 def show @request = @operation.request @related_operations = @performance_context = calculate_performance_context @optimization_suggestions = generate_optimization_suggestions respond_to do |format| format.html end end |