internetee-registry/app/controllers/client_controller.rb
2014-09-24 17:58:48 +03:00

5 lines
94 B
Ruby

class ClientController < ApplicationController
def current_user
EppUser.first
end
end