You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # == 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)
- #
-
- class Help < ApplicationRecord
-
- end
|