Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/serializers/export/aspect_serializer.rb')
-rw-r--r--app/serializers/export/aspect_serializer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/serializers/export/aspect_serializer.rb b/app/serializers/export/aspect_serializer.rb
index 938939ad9..478bef3fa 100644
--- a/app/serializers/export/aspect_serializer.rb
+++ b/app/serializers/export/aspect_serializer.rb
@@ -2,6 +2,6 @@
module Export
class AspectSerializer < ActiveModel::Serializer
- attributes :name, :chat_enabled
+ attributes :name
end
end