gab-social/app/models/group_categories.rb
mgabdev 926477fe45 Added group_categories model file, redux
• Added:
- group_categories model file, redux
2020-08-05 23:13:49 -05:00

13 lines
289 B
Ruby

# == Schema Information
#
# Table name: group_categories
#
# id :bigint(8) not null, primary key
# created_at :datetime not null
# updated_at :datetime not null
# text :string not null
#
class GroupCategories < ApplicationRecord
end