holderdeord/hdo-site

View on GitHub
app/controllers/api/root_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Api
  class RootController < ApiController
    def index
      respond_with Object.new, represent_with: RootRepresenter
    end
  end
end