mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-03-26 08:55:51 +00:00
3 lines
82 B
Ruby
3 lines
82 B
Ruby
class BlogPostSerializer < ActiveModel::Serializer
|
|
attributes :title, :body
|
|
end
|