class ActiveRecord::EagerLoadPolymorphicError

:nodoc:

def initialize(reflection)

:nodoc:
def initialize(reflection)
  super("Can not eagerly load the polymorphic association #{reflection.name.inspect}")
end