Method: ACH::Component::HasManyAssociation::DoubleAssignmentError#initialize

Defined in:
lib/ach/component/has_many_association.rb

#initialize(name, owner) ⇒ DoubleAssignmentError

Returns a new instance of DoubleAssignmentError.



36
37
38
# File 'lib/ach/component/has_many_association.rb', line 36

def initialize(name, owner)
  super "Association #{name} has alredy been assigned to #{owner}"
end