More advance signup flow
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Suppliers::SessionsController < Devise::SessionsController
|
||||
|
||||
def destroy
|
||||
session[:supplier_id] = nil
|
||||
super
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user