mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -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
|