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