Exception: PgSearch::PgSearchRankNotSelected
- Inherits:
-
StandardError
- Object
- StandardError
- PgSearch::PgSearchRankNotSelected
- Defined in:
- lib/pg_search.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
58 59 60 61 |
# File 'lib/pg_search.rb', line 58 def "You must chain .with_pg_search_rank after the pg_search_scope " \ "to access the pg_search_rank attribute on returned records" end |