Class: ActiveStorage::Reflection::HasManyAttachedReflection
- Inherits:
- 
      ActiveRecord::Reflection::MacroReflection
      
        - Object
- ActiveRecord::Reflection::MacroReflection
- 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:. 
Instance Method Details
#macro ⇒ Object
:nodoc:
| 16 17 18 | # File 'lib/active_storage/reflection.rb', line 16 def macro :has_many_attached end |