holderdeord/hdo-site

View on GitHub
app/representers/api/district_representer.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Api
  class DistrictRepresenter < BaseRepresenter

    link :self do
      api_district_url represented
    end

    property :name
    property :slug
  end
end