Module: Devise::Schema
- Defined in:
- lib/devise_cas_authenticatable/schema.rb
Instance Method Summary collapse
Instance Method Details
#bushido_authenticatable ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/devise_cas_authenticatable/schema.rb', line 5 def bushido_authenticatable if respond_to? :apply_devise_schema apply_devise_schema :ido_id, String else apply_schema :ido_id, String end end |