after sign_in path changed

This commit is contained in:
Adrian Hinz 2022-04-30 17:40:43 +02:00
parent b0e7967d72
commit 0fb2362b0a
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ class ApplicationController < ActionController::Base
end
def after_sign_in_path_for(resource)
dotations_path # your path
grants_path # your path
end
end