You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I disabled the logs by adding this to spec/rails_helper.rb:
ActiveSupport.on_load(:action_controller) do
ActiveSupport::Notifications.unsubscribe('parse.jsonapi-rails')
ActiveSupport::Notifications.unsubscribe('render.jsonapi-rails')
end
How to reproduce
bundle
rake
This also happens when using jsonapi-rails in a rails application
The text was updated successfully, but these errors were encountered: