Skip to content

Commit

Permalink
Fix documentation for Devise >= 2.1 (closes #18)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbudin committed Mar 4, 2013
1 parent a442042 commit 8b38622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ should work fine alongside openid_authenticatable.
You'll also need to set up the database schema for this:

create_table :users do |t|
t.openid_authenticatable
t.string :identity_url
end

and, optionally, indexes:
Expand Down

0 comments on commit 8b38622

Please sign in to comment.