mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 20:55:44 +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 |