lib/quilt_rails/performance/reportable.rb in quilt_rails-3.5.5 vs lib/quilt_rails/performance/reportable.rb in quilt_rails-3.5.6
- old
+ new
@@ -8,10 +8,10 @@
end
private
def normalized_params
- return params unless request.content_type == 'text/plain'
+ return params unless request.content_type == "text/plain"
ActionController::Parameters.new(JSON.parse(request.body.read))
end
end
end