module Devise::Models

def devise_modules_hook!

So your ORM can include devise compatibility stuff.
The hook which is called inside devise.
def devise_modules_hook!
  yield
end