notyim/notyim

View on GitHub
app/controllers/page_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class PageController < ApplicationController
  def term; end

  def feedback; end

  def faq; end

  def privacy; end

  def changelog; end

  def about; end
end