Change unauthenticated responses to be cached in REST API (#24348)
This commit is contained in:
@@ -8,6 +8,7 @@ class Api::V1::PollsController < Api::BaseController
|
||||
before_action :refresh_poll
|
||||
|
||||
def show
|
||||
cache_if_unauthenticated!
|
||||
render json: @poll, serializer: REST::PollSerializer, include_results: true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user