Who can see and use tags belonging to a tag group.
8 9 10
# File 'app/models/tag_group_permission.rb', line 8 def self.permission_types @permission_types ||= Enum.new(full: 1, readonly: 3) end