apply_devise_schema(name, type, options={})click to toggle source
Tell how to apply schema methods
# File lib/devise/orm/mongoid.rb, line 19defapply_devise_schema(name, type, options={})
type = Timeiftype==DateTimefieldname, { :type =>type }.merge!(options)
end