otwarchive-sunsetarchive/app/controllers/admin/base_controller.rb
2026-03-17 01:16:49 -04:00

3 lines
84 B
Ruby
Executable file

class Admin::BaseController < ApplicationController
before_action :admin_only
end