mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:43:05 +08:00
add: template setting model
This commit is contained in:
18
app/models/user_template_message_setting.rb
Normal file
18
app/models/user_template_message_setting.rb
Normal file
@@ -0,0 +1,18 @@
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: user_template_message_settings
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# user_id :integer
|
||||
# notification_body :text(65535)
|
||||
# email_body :text(65535)
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
# index_user_template_message_settings_on_user_id (user_id)
|
||||
#
|
||||
|
||||
class UserTemplateMessageSetting < ApplicationRecord
|
||||
end
|
||||
Reference in New Issue
Block a user