Class: ActiveStorage::Reflection::HasManyAttachedReflection

Inherits:
HasAttachedReflection
  • Object
show all
Defined in:
lib/active_storage/reflection.rb

Overview

Holds all the metadata about a has_many_attached attachment as it was specified in the Active Record class.

Instance Method Summary collapse

Methods inherited from HasAttachedReflection

#variant, #variants

Instance Method Details

#macroObject

:nodoc:



26
27
28
# File 'lib/active_storage/reflection.rb', line 26

def macro
  :has_many_attached
end