class CustomFields::Types::Select::Option

Public Instance Methods

to_indexable(depth = 0) click to toggle source
# File lib/locomotive/search/concerns/custom_fields/field.rb, line 10
def to_indexable(depth = 0)
  self.name
end