module Qbrick::Searchable

Constants

DICTIONARIES

Public Instance Methods

update_fulltext() click to toggle source
# File lib/qbrick/searchable.rb, line 15
def update_fulltext
  self.fulltext = collect_fulltext
end