mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 10:50:26 -06:00
6 lines
103 B
Ruby
6 lines
103 B
Ruby
class PostSearchData < ActiveRecord::Base
|
|
belongs_to :post
|
|
|
|
validates_presence_of :search_data
|
|
end
|