izumin5210/actopus

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

Summary

Maintainability
A
0 mins
Test Coverage
class Staffs::BaseController < ApplicationController
  before_action :authenticate_staff!
  layout 'staffs'
end