class Shrine::Attachment

  1. lib/shrine/attachment.rb
Superclass: Module

Core class that provides an attachment interface for a specified attribute name, which can be added to model/entity classes. The model/entity plugins define the main interface, which delegates to a Shrine::Attacher object.

Included modules

  1. InstanceMethods