Method: ActiveData::Model::Attributes::Reflections::ReferenceOne#association

Defined in:
lib/active_data/model/attributes/reflections/reference_one.rb

#associationObject



51
52
53
# File 'lib/active_data/model/attributes/reflections/reference_one.rb', line 51

def association
  @association ||= options[:association].to_s
end