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

4 lines
69 B
Ruby
Executable file

class AdminsController < Admin::BaseController
def index
end
end