The chat is already removed for 0.8, so there is no need to still export this data since it can't be imported anyway. Related to #8069 closes #8265
7 lines
127 B
Ruby
7 lines
127 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Export
|
|
class AspectSerializer < ActiveModel::Serializer
|
|
attributes :name
|
|
end
|
|
end
|