class PgSearch::PgSearchRankNotSelected

Public Instance Methods

message() click to toggle source
# 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