mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 19:00:32 -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
|