Files
fizzy/app/controllers/application_controller.rb
T
2024-06-21 16:45:29 +01:00

6 lines
117 B
Ruby

class ApplicationController < ActionController::Base
include Authentication
allow_browser versions: :modern
end