Sha256: 9fa8bb534d101caa78b9a0aed11a3164e28394eaa0bbb59c6dab647988e75ff9
Contents?: true
Size: 249 Bytes
Versions: 4
Compression:
Stored size: 249 Bytes
Contents
require 'devise/schema' module Devise module Schema def bushido_authenticatable if respond_to? :apply_devise_schema apply_devise_schema :ido_id, String else apply_schema :ido_id, String end end end end
Version data entries
4 entries across 4 versions & 1 rubygems