Skip to content

Commit 4455686

Browse files
committed
remove_test_code
1 parent 7270e48 commit 4455686

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

app/controllers/application_controller.rb

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
# frozen_string_literal: true
22

33
class ApplicationController < ActionController::Base
4-
# around_action do |_controller, block|
5-
# binding.irb
6-
# block.call
7-
# end
8-
94
# Only allow modern browsers supporting webp images, web push, badges, import maps, CSS nesting, and CSS :has.
10-
allow_browser versions: :modern
5+
# allow_browser versions: :modern
116

127
include ApplicationHelper
138
include I18nHelper

0 commit comments

Comments
 (0)