class AttrSearchableGrammar::SingleQuotedValue

Public Instance Methods

text_value() click to toggle source
Calls superclass method
# File lib/attr_searchable_grammar.rb, line 120
def text_value
  super.gsub /^'|'$/, ""
end