class Ansr::DummyAssociations::DummyAssociation

Public Instance Methods

identifier() click to toggle source
# File lib/ansr/dummy_associations.rb, line 100
def identifier
  nil
end
loaded?() click to toggle source
# File lib/ansr/dummy_associations.rb, line 97
def loaded?
  true
end
reader(*args) click to toggle source
# File lib/ansr/dummy_associations.rb, line 94
def reader(*args)
  self
end
writer(*args) click to toggle source
# File lib/ansr/dummy_associations.rb, line 93
def writer(*args); end