internetee-registry/app/controllers/registrant/domains_controller.rb
Priit Tark d444552b9b TEMP
2015-05-21 11:24:44 +03:00

5 lines
112 B
Ruby

class Registrant::DomainsController < RegistrantController
def index
# @domains = [Domain.last]
end
end