mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 10:49:39 +02:00
7 lines
104 B
Ruby
7 lines
104 B
Ruby
class Admin::KeyrelaysController < AdminController
|
|
load_and_authorize_resource
|
|
|
|
def show
|
|
|
|
end
|
|
end
|