forked from Gitlink/forgeplus
16 lines
383 B
Ruby
16 lines
383 B
Ruby
# == Schema Information
|
|
#
|
|
# Table name: message_templates
|
|
#
|
|
# id :integer not null, primary key
|
|
# type :string(255)
|
|
# sys_notice :text(65535)
|
|
# email :text(65535)
|
|
# created_at :datetime not null
|
|
# updated_at :datetime not null
|
|
#
|
|
|
|
# 我创建或负责的易修有新的评论
|
|
class MessageTemplate::IssueJournal < MessageTemplate
|
|
end
|