libertarian-party/partynest

View on GitHub
app/controllers/staffs/home_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class Staffs::HomeController < ApplicationController
  # GET /staff
  def show
    authorize %i[staff home]
  end
end