bus-detective/bus-detective

View on GitHub
app/serializers/stop_searcher_serializer.rb

Summary

Maintainability
A
0 mins
Test Coverage
class StopSearcherSerializer < ApplicationSerializer
  attributes :total_results, :total_pages, :per_page, :page
  has_many :results
end