Module: Shrine::Plugins::Entity

Defined in:
lib/shrine/plugins/entity.rb

Overview

Documentation can be found on shrinerb.com/docs/plugins/entity

Defined Under Namespace

Modules: AttacherClassMethods, AttacherMethods, AttachmentMethods

Class Method Summary collapse

Class Method Details

.load_dependencies(uploader) ⇒ Object



7
8
9
# File 'lib/shrine/plugins/entity.rb', line 7

def self.load_dependencies(uploader, **)
  uploader.plugin :column
end