mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 10:08:20 -05:00
5 lines
103 B
Ruby
5 lines
103 B
Ruby
class PostSearchData < ActiveRecord::Base
|
|
belongs_to :post
|
|
|
|
validates_presence_of :search_data
|
|
end
|