gitlink-forgeplus/app/models/message_template/pull_request_assigned.rb

16 lines
381 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::PullRequestAssigned < MessageTemplate
end