Class: LongPost::DraftedStatusSerializer

Inherits:
ActiveModel::Serializer
  • Object
show all
Defined in:
app/serializers/long_post/drafted_status_serializer.rb

Overview

Source: posts/app/serializers/long_post/drafted_status_serializer.rb

Instance Method Summary collapse

Instance Method Details

#idObject



9
10
11
# File 'app/serializers/long_post/drafted_status_serializer.rb', line 9

def id
  object.id.to_s
end

#paramsObject



13
14
15
# File 'app/serializers/long_post/drafted_status_serializer.rb', line 13

def params
  object.params.without(:application_id)
end