Class: ActiveStorage::Reflection::HasManyAttachedReflection
- Inherits:
-
ActiveRecord::Reflection::MacroReflection
- Object
- ActiveRecord::Reflection::AbstractReflection
- ActiveRecord::Reflection::MacroReflection
- ActiveStorage::Reflection::HasManyAttachedReflection
- Defined in:
- activestorage/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 Attribute Summary
Attributes inherited from ActiveRecord::Reflection::MacroReflection
#active_record, #name, #options, #plural_name, #scope
Instance Method Summary collapse
-
#macro ⇒ Object
:nodoc:.
Methods inherited from ActiveRecord::Reflection::MacroReflection
#==, #autosave=, #compute_class, #initialize, #klass, #scope_for
Methods inherited from ActiveRecord::Reflection::AbstractReflection
#alias_candidate, #build_association, #build_scope, #chain, #check_validity_of_inverse!, #class_name, #constraints, #counter_cache_column, #counter_must_be_updated_by_has_many?, #get_join_keys, #has_cached_counter?, #inverse_of, #inverse_updates_counter_in_memory?, #inverse_which_updates_counter_cache, #join_foreign_key, #join_keys, #join_primary_key, #join_scope, #join_scopes, #klass_join_scope, #scopes, #table_name, #through_reflection?
Constructor Details
This class inherits a constructor from ActiveRecord::Reflection::MacroReflection
Instance Method Details
#macro ⇒ Object
:nodoc:
16 17 18 |
# File 'activestorage/lib/active_storage/reflection.rb', line 16 def macro :has_many_attached end |