Farmbot-Web-App/app/serializers/global_bulletin_serializer.rb

4 lines
110 B
Ruby

class GlobalBulletinSerializer < ApplicationSerializer
attributes :href, :slug, :title, :type, :content
end