Class: ActiveStorage::Reflection::HasManyAttachedReflection

Inherits:
ActiveRecord::Reflection::MacroReflection
  • 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

Instance Method Details

#macroObject

:nodoc:



16
17
18
# File 'lib/active_storage/reflection.rb', line 16

def macro
  :has_many_attached
end