diaspora/app/serializers/export/aspect_serializer.rb
2014-12-16 08:55:35 +13:00

7 lines
160 B
Ruby

module Export
class AspectSerializer < ActiveModel::Serializer
attributes :name,
:contacts_visible,
:chat_enabled
end
end