更新 application_controller.rb
This commit is contained in:
parent
5bfa94bc82
commit
ffbd201d62
@ -1,7 +1,7 @@
|
|||||||
class ApplicationController < ActionController::Base
|
class ApplicationController < ActionController::Base
|
||||||
include SeoConcern
|
include SeoConcern
|
||||||
# Only allow modern browsers supporting webp images, web push, badges, import maps, CSS nesting, and CSS :has.
|
# Only allow modern browsers supporting webp images, web push, badges, import maps, CSS nesting, and CSS :has.
|
||||||
allow_browser versions: :modern
|
# allow_browser versions: :modern
|
||||||
before_action :set_locale
|
before_action :set_locale
|
||||||
after_action :track_action
|
after_action :track_action
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user