Class: CustomFields::Types::Select::Option

Inherits:
Object
  • Object
show all
Defined in:
lib/locomotive/search/concerns/custom_fields/field.rb

Instance Method Summary collapse

Instance Method Details

#to_indexable(depth = 0) ⇒ Object



10
11
12
# File 'lib/locomotive/search/concerns/custom_fields/field.rb', line 10

def to_indexable(depth = 0)
  self.name
end