mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
7 lines
112 B
Ruby
7 lines
112 B
Ruby
class Registrar::InvoicesController < RegistrarController
|
|
load_and_authorize_resource
|
|
|
|
def index
|
|
|
|
end
|
|
end
|