mirror of
https://github.com/internetee/registry.git
synced 2025-07-11 21:48:22 +02:00
6 lines
111 B
Ruby
6 lines
111 B
Ruby
class Registrar::InvoicesController < RegistrarController
|
|
load_and_authorize_resource
|
|
|
|
def index
|
|
end
|
|
end
|