Module: ActiveData::Model::Associations::Reflections::Singular

Extended by:
ActiveSupport::Concern
Included in:
EmbedsOne, ReferencesOne
Defined in:
lib/active_data/model/associations/reflections/singular.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#collection?Boolean

Returns:



28
29
30
# File 'lib/active_data/model/associations/reflections/singular.rb', line 28

def collection?
  false
end