All the little details

This commit is contained in:
2015-02-20 23:03:38 +01:00
parent 9eb4f8ee9a
commit 006d840c4e
18 changed files with 87 additions and 28 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class ConfirmationsController < Devise::ConfirmationsController
def after_confirmation_path_for(resource_name, resource)
case resource_name
when :supplier then supplier_root_path(anchor: '/settings')
when :employee then supplier_root_path(anchor: '/settings')
else root_path
end
end