mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
6 lines
103 B
Ruby
6 lines
103 B
Ruby
|
class PostSearchData < ActiveRecord::Base
|
||
|
belongs_to :post
|
||
|
|
||
|
validates_presence_of :search_data
|
||
|
end
|