Class: Ansr::DummyAssociations::DummyAssociation

Inherits:
ActiveRecord::Associations::Association
  • Object
show all
Defined in:
lib/ansr/dummy_associations.rb

Instance Method Summary collapse

Instance Method Details

#identifierObject



100
101
102
# File 'lib/ansr/dummy_associations.rb', line 100

def identifier
  nil
end

#loaded?Boolean

Returns:

  • (Boolean)


97
98
99
# File 'lib/ansr/dummy_associations.rb', line 97

def loaded?
  true
end

#reader(*args) ⇒ Object



94
95
96
# File 'lib/ansr/dummy_associations.rb', line 94

def reader(*args)
  self
end

#writer(*args) ⇒ Object



93
# File 'lib/ansr/dummy_associations.rb', line 93

def writer(*args); end