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