Skip to content

Commit

Permalink
Show includes for sideloads in debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
bebbs committed Feb 15, 2024
1 parent 14e84ef commit d2c3486
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/graphiti/debugger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ def scrub_params(params)
params ||= {}
params = params.to_unsafe_h if params.respond_to?(:to_unsafe_h)
params.reject! { |k, v| [:controller, :action, :format, :debug].include?(k.to_sym) }
params.reject! { |k, v| k.to_sym == :include }
params.deep_symbolize_keys
end

Expand Down

0 comments on commit d2c3486

Please sign in to comment.