Class: RailsPgExtras::Web::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- RailsPgExtras::Web::ApplicationController
- Defined in:
- app/controllers/rails_pg_extras/web/application_controller.rb
Direct Known Subclasses
Constant Summary collapse
- REQUIRED_EXTENSIONS =
{ pg_stat_statements: %i[calls outliers pg_stat_statements_reset], pg_buffercache: %i[buffercache_stats buffercache_usage], sslinfo: %i[ssl_used] }
- ACTIONS =
%i[kill_all pg_stat_statements_reset add_extensions]