class Millstone::ActiveRecord::Associations::BelongsToAssociation

Private Instance Methods

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