Method: ExpressTranslate::AccountController#check_login
- Defined in:
- app/controllers/express_translate/account_controller.rb
#check_login ⇒ Object
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 check_login if check_authentication redirect_to controller: "options", action: "index" end end |