forgeplus/app/models/help.rb

18 lines
366 B
Ruby
Raw Normal View History

2021-04-19 18:36:02 +08:00
# == Schema Information
#
# Table name: helps
#
# id :integer not null, primary key
# created_at :datetime not null
# updated_at :datetime not null
# about_us :text(65535)
# agreement :text(65535)
# status :text(65535)
# help_center :text(65535)
# join_us :text(65535)
#
2020-03-09 00:40:16 +08:00
class Help < ApplicationRecord
2021-04-19 18:36:02 +08:00
end