2020-08-06 05:13:49 +01:00
|
|
|
# == Schema Information
|
|
|
|
#
|
|
|
|
# Table name: group_categories
|
|
|
|
#
|
2020-08-07 23:59:39 +01:00
|
|
|
# id :bigint(8) not null, primary key
|
|
|
|
# created_at :datetime not null
|
|
|
|
# updated_at :datetime not null
|
|
|
|
# text :string default(""), not null
|
2020-08-06 05:13:49 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
class GroupCategories < ApplicationRecord
|
|
|
|
end
|