internetee-registry/app/controllers/admin/dashboard_controller.rb
2021-09-09 09:19:09 +03:00

7 lines
123 B
Ruby

module Admin
class DashboardController < BaseController
authorize_resource class: false
def show; end
end
end