libertarian-party/partynest

View on GitHub
app/controllers/home_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class HomeController < ApplicationController
  # GET /
  def show
    authorize :home
  end
end