fga-gpp-mds/2017.1-Escola-X

View on GitHub
app/serializers/notification_serializer.rb

Summary

Maintainability
A
0 mins
Test Coverage
class NotificationSerializer < ActiveModel::Serializer
  attributes :id, :title, :notification_type, :notification_text, :notification_date, :motive, :created_at
end