Class: Wobauth::LoginController

Inherits:
ApplicationController show all
Defined in:
app/controllers/wobauth/login_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#current_ability

Instance Method Details

#loginObject



6
7
8
# File 'app/controllers/wobauth/login_controller.rb', line 6

def 
  redirect_to main_app.root_path
end