Added group_categories model file, redux

• Added:
- group_categories model file, redux
This commit is contained in:
mgabdev
2020-08-05 23:13:49 -05:00
parent c20f7adf6a
commit 926477fe45
4 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# == 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