class Lato::AuthenticationController

def authenticator

def authenticator
  @user = Lato::User.find_by_id(session[:authenticator_user_id])
  return respond_to_with_not_found unless @user
end