mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-21 16:36:08 +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
|