internetee-registry/app/controllers/admin/dashboard_controller.rb
2018-06-19 20:43:23 +03:00

8 lines
No EOL
125 B
Ruby

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