mirror of
https://github.com/internetee/registry.git
synced 2025-07-14 23:15:14 +02:00
5 lines
102 B
Ruby
5 lines
102 B
Ruby
class Admin::KeyrelaysController < AdminController
|
|
load_and_authorize_resource
|
|
|
|
def show; end
|
|
end
|