otwarchive-sunsetarchive/app/controllers/admin/base_controller.rb

4 lines
84 B
Ruby
Raw Permalink Normal View History

2026-03-17 05:16:49 +00:00
class Admin::BaseController < ApplicationController
before_action :admin_only
end