after sign_in path changed
This commit is contained in:
parent
b0e7967d72
commit
0fb2362b0a
|
|
@ -9,6 +9,6 @@ class ApplicationController < ActionController::Base
|
||||||
end
|
end
|
||||||
|
|
||||||
def after_sign_in_path_for(resource)
|
def after_sign_in_path_for(resource)
|
||||||
dotations_path # your path
|
grants_path # your path
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue