7 lines
160 B
Ruby
7 lines
160 B
Ruby
module Export
|
|
class AspectSerializer < ActiveModel::Serializer
|
|
attributes :name,
|
|
:contacts_visible,
|
|
:chat_enabled
|
|
end
|
|
end
|