We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60a025 commit d9f6ad2Copy full SHA for d9f6ad2
app/controllers/ombu_labs/auth/application_controller.rb
@@ -1,6 +1,9 @@
1
module OmbuLabs
2
module Auth
3
class ApplicationController < ActionController::Base
4
+ def after_sign_in_path_for(resource)
5
+ request.base_url
6
+ end
7
end
8
9
0 commit comments