This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/app/models/user_search_data.rb
T
Sam c68999e128 annotate models
WARNING annotators out there, be to run bin/annotate on RAILS_ENV=test on a clean db
2017-08-16 10:38:11 -04:00

19 lines
346 B
Ruby

class UserSearchData < ActiveRecord::Base
include HasSearchData
end
# == Schema Information
#
# Table name: user_search_data
#
# user_id :integer not null, primary key
# search_data :tsvector
# raw_data :text
# locale :text
# version :integer default(0)
#
# Indexes
#
# idx_search_user (search_data)
#