mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-03 14:31:47 +01:00
5 lines
117 B
Ruby
5 lines
117 B
Ruby
class Reply < ActiveRecord::Base
|
|
belongs_to :topic, :include => [:replies]
|
|
|
|
validates_presence_of :content
|
|
end
|