Skip to content

Commit

Permalink
Disable cache for ApiKeysController. (#4707)
Browse files Browse the repository at this point in the history
  • Loading branch information
simi authored May 13, 2024
1 parent f4300b6 commit ec4541c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/api_keys_controller.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
class ApiKeysController < ApplicationController
before_action :disable_cache, only: :index

include ApiKeyable

include SessionVerifiable
Expand Down

0 comments on commit ec4541c

Please sign in to comment.