Exception: PgSearch::PgSearchRankNotSelected

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pg_search.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



58
59
60
61
# File 'lib/pg_search.rb', line 58

def message
  "You must chain .with_pg_search_rank after the pg_search_scope " \
  "to access the pg_search_rank attribute on returned records"
end