mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 12:17:30 +02:00
7 lines
123 B
Ruby
7 lines
123 B
Ruby
module Admin
|
|
class DashboardController < BaseController
|
|
authorize_resource class: false
|
|
|
|
def show; end
|
|
end
|
|
end
|