Module: Spree::Taxon::ActiveStorageAttachment

Extended by:
ActiveSupport::Concern
Includes:
ActiveStorageAdapter
Defined in:
app/models/spree/taxon/active_storage_attachment.rb

Instance Method Summary collapse

Methods included from ActiveStorageAdapter

#default_style, #destroy_attachment, #filename, #styles, #url

Methods included from ActiveStorageAdapter::Normalization

#normalize_attachable

Instance Method Details

#attachment_partial_nameObject



14
15
16
17
# File 'app/models/spree/taxon/active_storage_attachment.rb', line 14

def attachment_partial_name
  Spree::Deprecation.warn("calling #attachment_partial_name on Spree::Taxon is deprecated without replacement.")
  'paperclip'
end