Class: Decidim::Attributes::Blob
- Inherits:
 - 
      ActiveModel::Type::Value
      
        
- Object
 - ActiveModel::Type::Value
 - Decidim::Attributes::Blob
 
 
- Defined in:
 - 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
#type ⇒ Object
      7 8 9  | 
    
      # File 'lib/decidim/attributes/blob.rb', line 7 def type :"decidim/attributes/blob" end  |