internetee-registry/app/controllers/epp/sessions_controller.rb
2014-06-18 13:10:22 +03:00

5 lines
95 B
Ruby

class Epp::SessionsController < ApplicationController
def index
render 'hello'
end
end