mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 21:16:12 +02:00
7 lines
No EOL
122 B
Ruby
7 lines
No EOL
122 B
Ruby
module Admin
|
|
class DashboardController < BaseController
|
|
authorize_resource class: false
|
|
|
|
def show; end
|
|
end
|
|
end |