Class: LongPost::DraftedStatusSerializer
- Inherits:
-
ActiveModel::Serializer
- Object
- ActiveModel::Serializer
- LongPost::DraftedStatusSerializer
- 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
#id ⇒ Object
9 10 11 |
# File 'app/serializers/long_post/drafted_status_serializer.rb', line 9 def id object.id.to_s end |
#params ⇒ Object
13 14 15 |
# File 'app/serializers/long_post/drafted_status_serializer.rb', line 13 def params object.params.without(:application_id) end |