Module: PgSearch::Multisearchable::InstanceMethods
- Defined in:
- lib/pg_search/multisearchable.rb
Instance Method Summary collapse
Instance Method Details
#update_pg_search_document ⇒ Object
22 23 24 25 |
# File 'lib/pg_search/multisearchable.rb', line 22 def update_pg_search_document create_pg_search_document unless self.pg_search_document self.pg_search_document.save end |