diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index dfc8cee..27dc12b 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,6 +1,3 @@ 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 - default_form_builder ApplicationFormBuilder end