mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-01 03:17:53 -05:00
6 lines
103 B
Ruby
6 lines
103 B
Ruby
|
class PostSearchData < ActiveRecord::Base
|
||
|
belongs_to :post
|
||
|
|
||
|
validates_presence_of :search_data
|
||
|
end
|