govau/performance-dashboard

View on GitHub
app/controllers/about_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AboutController < ApplicationController

  def copyright
    render :copyright
  end

  def api
    render :api
  end
end