internetee-registry/app/controllers/registrar/invoices_controller.rb
Martin Lensment f532d231fa Fix rubocop
2015-03-23 16:53:42 +02:00

6 lines
111 B
Ruby

class Registrar::InvoicesController < RegistrarController
load_and_authorize_resource
def index
end
end