Exception: ActiveRecord::EagerLoadPolymorphicError

Inherits:
ActiveRecordError show all
Defined in:
lib/active_record/associations.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(reflection) ⇒ EagerLoadPolymorphicError

Returns a new instance of EagerLoadPolymorphicError.



81
82
83
# File 'lib/active_record/associations.rb', line 81

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