Class: Decidim::Attributes::Blob

Inherits:
ActiveModel::Type::Value
  • Object
show all
Defined in:
decidim-core/lib/decidim/attributes/blob.rb

Overview

Custom attributes value to make conversion from signed id (String) to ActiveStorage::Blob easier.

Instance Method Summary collapse

Instance Method Details

#typeObject



7
8
9
# File 'decidim-core/lib/decidim/attributes/blob.rb', line 7

def type
  :"decidim/attributes/blob"
end