This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
barleysodas/app/models/discussion.rb

7 lines
143 B
Ruby

##
# This model will hold all forum and comment type chunks of text for a Page.
#
class Discussion < ActiveRecord::Base
belongs_to :page
end