class Millstone::ActiveRecord::Associations::BelongsToPolymorphicAssociation

Private Instance Methods

find_target() click to toggle source
Calls superclass method
# File lib/millstone/active_record/associations/belongs_to_polymorphic_association.rb, line 6
def find_target
  association_class.try(:send, :with_scope, :find => {:with_deleted => true}) do
    super
  end
end