FarmBot/Farmbot-Web-App

View on GitHub
app/serializers/global_bulletin_serializer.rb

Summary

Maintainability
A
0 mins
Test Coverage
class GlobalBulletinSerializer < ApplicationSerializer
  attributes :href, :href_label, :slug, :title, :type, :content
end