mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-04-04 10:25:48 +00:00
3 lines
82 B
Ruby
3 lines
82 B
Ruby
class BlogPostSerializer < ActiveModel::Serializer
|
|
attributes :title, :body
|
|
end
|