ScottKolo/suitesparse-matrix-collection-website

View on GitHub
app/controllers/pages_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

class PagesController < ApplicationController
  def about
    # Static page - nothing to do
  end

  def other_interfaces
    # Static page - nothing to do
  end
end