We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b111f commit a5423a8Copy full SHA for a5423a8
devise.rb
@@ -85,7 +85,7 @@
85
# General Config
86
########################################
87
general_config = <<~RUBY
88
-config.action_controller.raise_on_missing_callback_actions = false
+ config.action_controller.raise_on_missing_callback_actions = false if Rails.version >= "7.1.0"
89
RUBY
90
91
environment general_config
minimal.rb
@@ -57,7 +57,7 @@
57
58
59
60
61
62
63
0 commit comments