mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 09:27:19 +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
|