Initialize rails app

This commit is contained in:
Roscoe 2025-09-20 03:31:27 +01:00
commit 64fb080e96
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
234 changed files with 1398 additions and 14539 deletions

View file

@ -0,0 +1,4 @@
class ApplicationController < ActionController::Base
# Only allow modern browsers supporting webp images, web push, badges, import maps, CSS nesting, and CSS :has.
allow_browser versions: :modern
end

View file