Class: Spree::Metafields::LongText

Inherits:
Spree::Metafield show all
Defined in:
app/models/spree/metafields/long_text.rb

Constant Summary

Constants inherited from Spree::Metafield

Spree::Metafield::FIELD_TYPE_TOKENS, Spree::Metafield::TYPE_CLASS_TO_TOKEN, Spree::Metafield::TYPE_TOKENS

Class Method Summary collapse

Methods inherited from Spree::Metafield

#csv_value, #field_type, #serialize_value, sortable?

Class Method Details

.searchable?Boolean

Returns:



6
7
8
# File 'app/models/spree/metafields/long_text.rb', line 6

def self.searchable?
  true
end