application_controller.rb 241 B

123456
  1. class ApplicationController < ActionController::Base
  2. # Only allow modern browsers supporting webp images, web push, badges, import maps, CSS nesting, and CSS :has.
  3. allow_browser versions: :modern
  4. include ActiveStorage::SetCurrent
  5. end