We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab4e49 commit 97ecea1Copy full SHA for 97ecea1
lib/dry/rails/boot/safe_params.rb
@@ -6,7 +6,7 @@
6
end
7
8
start do
9
- ApplicationController.include(Dry::Rails::Features::SafeParams)
+ ActionController::Base.include(Dry::Rails::Features::SafeParams)
10
11
if defined?(ActionController::API)
12
ActionController::API.include(Dry::Rails::Features::SafeParams)
0 commit comments