openaustralia/publicwhip

View on GitHub
app/controllers/help_controller.rb

Summary

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

class HelpController < ApplicationController
  def faq; end

  def data; end

  def research; end

  def licencing; end

  def style_guide; end
end