Skip to content

Commit

Permalink
Merge pull request #462 from bebbs/fix-include-debugger
Browse files Browse the repository at this point in the history
Show includes for sideloads in debugger
  • Loading branch information
jkeen authored Feb 27, 2024
2 parents 0cf85ba + d2c3486 commit 3766e9d
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 3766e9d

Please sign in to comment.