Skip to content

Commit d2c3486

Browse files
committed
Show includes for sideloads in debugger
1 parent 14e84ef commit d2c3486

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/graphiti/debugger.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ def scrub_params(params)
140140
params ||= {}
141141
params = params.to_unsafe_h if params.respond_to?(:to_unsafe_h)
142142
params.reject! { |k, v| [:controller, :action, :format, :debug].include?(k.to_sym) }
143-
params.reject! { |k, v| k.to_sym == :include }
144143
params.deep_symbolize_keys
145144
end
146145

0 commit comments

Comments
 (0)