Class: RDFMapper::Associations::HasAndBelongs

Inherits:
Object
  • Object
show all
Defined in:
lib/lib/associations/has_and_belongs.rb

Overview

-

Instance Method Summary collapse

Constructor Details

#initialize(instance, options = {}) ⇒ HasAndBelongs

-

Raises:

  • (NotImplementedError)


11
12
13
# File 'lib/lib/associations/has_and_belongs.rb', line 11

def initialize(instance, options = {})
  raise NotImplementedError, 'has_and_belongs_to is not yet implemented'
end