Exception: PgSearch::PgSearchHighlightNotSelected
- Inherits:
-
StandardError
- Object
- StandardError
- PgSearch::PgSearchHighlightNotSelected
- Defined in:
- lib/pg_search.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
65 66 67 68 |
# File 'lib/pg_search.rb', line 65 def "You must chain .with_pg_search_highlight after the pg_search_scope " \ "to access the pg_search_highlight attribute on returned records" end |