Sha256: 51386b4f8f01cf0af5ab0e26ceada420e5522eff2ac695a82566074c7cc2e38d
Contents?: true
Size: 356 Bytes
Versions: 5
Compression:
Stored size: 356 Bytes
Contents
## Using email now instead of login. Will add an option later on. # Devise::Schema.class_eval do # # Creates login # # # # == Options # # * :null - When true, allow columns to be null. # def ldap_authenticatable(options={}) # null = options[:null] || false # # apply_schema :login, String, :null => null # end # # end
Version data entries
5 entries across 5 versions & 1 rubygems