Class: ActiveStorage::Reflection::HasManyAttachedReflection
- Inherits:
-
HasAttachedReflection
- Object
- ActiveRecord::Reflection::MacroReflection
- HasAttachedReflection
- ActiveStorage::Reflection::HasManyAttachedReflection
- 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
-
#macro ⇒ Object
:nodoc:.
Methods inherited from HasAttachedReflection
Instance Method Details
#macro ⇒ Object
:nodoc:
26 27 28 |
# File 'lib/active_storage/reflection.rb', line 26 def macro :has_many_attached end |