Skip to content
Snippets Groups Projects
Unverified Commit 8e32925c authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

Merge branch 'main' of github.com:noesya/osuny

parents 02f356b5 be798dd9
No related branches found
No related tags found
No related merge requests found
# frozen_string_literal: true
# The base class for all Active Storage controllers.
class ActiveStorage::BaseController < ActionController::Base
# Controller rewritten to add rescue_from rules
include ApplicationController::WithErrors
include ActiveStorage::SetCurrent
protect_from_forgery with: :exception
self.etag_with_template_digest = false
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment