parent
69b5afbcc9
commit
01594897ad
@ -1,6 +1,7 @@
|
|||||||
class CompetitionModuleMdContent < ActiveRecord::Base
|
class CompetitionModuleMdContent < ActiveRecord::Base
|
||||||
# attr_accessible :title, :body
|
# attr_accessible :title, :body
|
||||||
belongs_to :competition_module
|
belongs_to :competition_module
|
||||||
|
has_many :attachments, :dependent => :destroy
|
||||||
acts_as_attachable
|
acts_as_attachable
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in new issue