internetee-registry/app/controllers/epp/contacts_controller.rb
2015-01-16 13:26:54 +02:00

9 lines
139 B
Ruby

class Epp::ContactsController < ApplicationController
protect_from_forgery with: :null_session
def create
end
def info
end
end