Updated group timelines and sorting

• Updated:
- group timelines and sorting
This commit is contained in:
mgabdev
2020-08-07 17:59:39 -05:00
parent c725b37a39
commit 57d27420ca
8 changed files with 222 additions and 69 deletions

View File

@@ -2,10 +2,10 @@
#
# 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
# id :bigint(8) not null, primary key
# created_at :datetime not null
# updated_at :datetime not null
# text :string default(""), not null
#
class GroupCategories < ApplicationRecord