Method: ActiveData::Model::Associations::Reflections::Base#initialize

Defined in:
lib/active_data/model/associations/reflections/base.rb

#initialize(name, options = {}) ⇒ Base

Returns a new instance of Base.



40
41
42
43
# File 'lib/active_data/model/associations/reflections/base.rb', line 40

def initialize(name, options = {})
  @name = name.to_sym
  @options = options
end