As per discussion on https://discourse.diasporafoundation.org/t/removing-diaspora-s-current-chat-integration/2718, nobody raised serious concerns or objections. Given future plans, we do not think having an unfinished implementation of something that likely will not get finished in the current form is worth it. So let's get rid of it.
7 lines
127 B
Ruby
7 lines
127 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Export
|
|
class AspectSerializer < ActiveModel::Serializer
|
|
attributes :name
|
|
end
|
|
end
|