mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
8 lines
143 B
Ruby
8 lines
143 B
Ruby
class Epp::CommandsController < ApplicationController
|
|
include Epp::Common
|
|
|
|
private
|
|
def create
|
|
render '/epp/domains/create'
|
|
end
|
|
end
|