davidesantangelo/feedi

View on GitHub
app/serializers/log_serializer.rb

Summary

Maintainability
A
0 mins
Test Coverage
class LogSerializer
  include FastJsonapi::ObjectSerializer
  attributes :start_import_at, :end_import_at, :entries_count
  belongs_to :feed
end