Skip to content

Instantly share code, notes, and snippets.

View andreaseger's full-sized avatar

Andreas Eger andreaseger

View GitHub Profile
module Devise
module Orm
module MongoMapper
module Hook
def devise_modules_hook!
extend Schema
include Compatibility
yield
return unless Devise.apply_schema
devise_modules.each { |m| send(m) if respond_to?(m, true) }