Sha256: 4212c93bdf9adf48580717bb461bbf528a7115a8e63e66c5d9c947085030a060
Contents?: true
Size: 397 Bytes
Versions: 5
Compression:
Stored size: 397 Bytes
Contents
RailsPgExtras::Web::Engine.routes.draw do resources :queries, only: [:index] post "/actions/kill_all", to: "actions#kill_all", as: :kill_all_action post "/actions/pg_stat_statements_reset", to: "actions#pg_stat_statements_reset", as: :pg_stat_statements_reset_action post "/actions/add_extensions", to: "actions#add_extensions", as: :add_extensions_action root to: "queries#index" end
Version data entries
5 entries across 5 versions & 1 rubygems