pjambet/beech-server

View on GitHub
app/serializers/journal_entry_serializer.rb

Summary

Maintainability
A
0 mins
Test Coverage
class JournalEntrySerializer < ActiveModel::Serializer
  attributes :id, :entry_type, :loggable_type, :loggable_id

  has_one :loggable, polymorphic: true
end