Fixed issue in causing group editing to not work
• Fixed: - issue in causing group editing to not work
This commit is contained in:
6
app/serializers/rest/poll_option_serializer.rb
Normal file
6
app/serializers/rest/poll_option_serializer.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class REST::PollOptionSerializer < ActiveModel::Serializer
|
||||
attributes :title, :votes_count
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user