Class: RailsPgExtras::Web::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/rails_pg_extras/web/application_controller.rb

Direct Known Subclasses

ActionsController, QueriesController

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]