57d27420ca
• Updated: - group timelines and sorting
13 lines
298 B
Ruby
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
|