Gab-Social/app/serializers/rest/poll_option_serializer.rb
mgabdev a0a701058f Fixed issue in causing group editing to not work
• Fixed:
- issue in causing group editing to not work
2020-12-22 23:42:27 -05:00

6 lines
128 B
Ruby

# frozen_string_literal: true
class REST::PollOptionSerializer < ActiveModel::Serializer
attributes :title, :votes_count
end