mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-28 18:10:15 +01:00
4 lines
81 B
Ruby
4 lines
81 B
Ruby
|
|
class Topic < ActiveRecord::Base
|
||
|
|
has_many :replies, :dependent => :destroy
|
||
|
|
end
|