Module: Dscf::Core::Attachable
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/models/concerns/dscf/core/attachable.rb
Overview
Include this concern in any model to add file attachment capabilities Works exactly like ActiveStorage’s has_one_attached and has_many_attached NO MIGRATION NEEDED per model - just include and declare!
Defined Under Namespace
Classes: MultipleAttachmentProxy, SingleAttachmentProxy