Flowdock
method

strict_loading_violation

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: ActiveRecord::LogSubscriber
strict_loading_violation(event) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/log_subscriber.rb, line 30
    def strict_loading_violation(event)
      debug do
        owner = event.payload[:owner]
        reflection = event.payload[:reflection]
        color(reflection.strict_loading_violation_message(owner), RED)
      end
    end
Register or log in to add new notes.