Method: ExpressTranslate::AccountController#check_login

Defined in:
app/controllers/express_translate/account_controller.rb

#check_loginObject

Check login status function If logined auto change location for Client



43
44
45
46
47
# File 'app/controllers/express_translate/account_controller.rb', line 43

def 
  if check_authentication
    redirect_to controller: "options", action: "index"
  end
end