Gab-Social/app/models/group_categories.rb
mgabdev 57d27420ca Updated group timelines and sorting
• Updated:
- group timelines and sorting
2020-08-07 17:59:39 -05:00

13 lines
298 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 default(""), not null
#
class GroupCategories < ApplicationRecord
end