Skip to content
This repository has been archived by the owner on Mar 29, 2018. It is now read-only.

Commit

Permalink
Merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
nbudin committed Jul 28, 2010
2 parents 278a094 + 3c39d87 commit 3aeda5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/devise_cas_authenticatable/schema.rb
Expand Up @@ -3,7 +3,7 @@
module Devise
module Schema
def cas_authenticatable
if respond_to?(:apply_devise_schema)
if respond_to? :apply_devise_schema
apply_devise_schema :username, String
else
apply_schema :username, String
Expand Down

0 comments on commit 3aeda5c

Please sign in to comment.