bus-detective/bus-detective

View on GitHub
app/serializers/trip_serializer.rb

Summary

Maintainability
A
0 mins
Test Coverage
class TripSerializer < ApplicationSerializer
  attributes :id, :headsign, :shape_id, :block_id, :remote_id
end