This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
2007-11-28 01:17:25 -05:00
|
|
|
##
|
|
|
|
# This model will hold all forum and comment type chunks of text for a Page.
|
|
|
|
#
|
2007-11-27 20:09:41 -05:00
|
|
|
class Discussion < ActiveRecord::Base
|
2007-11-28 01:17:25 -05:00
|
|
|
belongs_to :page
|
2007-11-27 20:09:41 -05:00
|
|
|
end
|