a11yist/app/controllers/backoffice_controller.rb
2024-09-22 21:57:05 +02:00

6 lines
98 B
Ruby

class BackofficeController < ApplicationController
include BackofficeMenu
def show
end
end