setup rails app

This commit is contained in:
Thomas Peetz
2025-06-26 16:06:35 +02:00
parent 4871f56320
commit 1be2dcbdfc
268 changed files with 6145 additions and 177 deletions
@@ -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