Skip to content

Commit

Permalink
updated readme to fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmcnevin committed Aug 14, 2010
1 parent 8daae00 commit 90b6e96
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Expand Up @@ -49,13 +49,14 @@ Run the rails generator
This will install the sample.yml, update the devise.rb initializer, and update your user model. There are some options you can pass to it:

Options:
[--user-model=USER_MODEL] # Model to update
# Default: user
[--update-model] # Update model to change from database_authenticatable to ldap_authenticatable
# Default: true
[--add-rescue] # Update Application Controller with resuce_from for DeviseLdapAuthenticatable::LdapException
# Default: true
[--advanced] # Add advanced config options to the devise initializer

[--user-model=USER_MODEL] # Model to update
# Default: user
[--update-model] # Update model to change from database_authenticatable to ldap_authenticatable
# Default: true
[--add-rescue] # Update Application Controller with resuce_from for DeviseLdapAuthenticatable::LdapException
# Default: true
[--advanced] # Add advanced config options to the devise initializer


Usage
Expand Down

0 comments on commit 90b6e96

Please sign in to comment.