Added group.rb model descriptions

• Added:
- group.rb model descriptions
This commit is contained in:
mgabdev 2020-08-05 23:17:38 -05:00
parent 32c62955bf
commit a5540d3106

View File

@ -16,6 +16,11 @@
# created_at :datetime not null
# updated_at :datetime not null
# member_count :integer default(0)
# slug :text
# is_private :boolean default(FALSE)
# is_visible :boolean default(FALSE)
# tags :string default([]), is an Array
# group_categories_id :bigint(8)
#
class Group < ApplicationRecord