Throw out old stuff

This commit is contained in:
Martin Lensment 2015-01-16 16:41:53 +02:00
parent 3ed2cddad4
commit 8307cde4ab
12 changed files with 31 additions and 644 deletions

View file

@ -1,6 +1,4 @@
class Epp::DomainsController < ApplicationController
include Epp::Common
class Epp::DomainsController < EppController
def create
@domain = Epp::EppDomain.new(domain_create_params)