This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/app/controllers/admin/sessions_controller.rb

8 lines
106 B
Ruby
Raw Normal View History

class SessionsController < Devise::SessionsController
2013-11-25 09:03:28 +00:00
def create
super
reset_session
end
end