Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil committed Aug 30, 2012
1 parent 44aa403 commit d977811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -72,12 +72,12 @@ Update [config/initializers/spree.rb](https://github.com/adrianmacneil/refinery_

Spree.user_class = "Refinery::User"

Run generator to add Spree support to Refinery user model (will add 3 new columns to refinery_users table)
Run generator to add Spree support to Refinery's user model (will add 3 new columns to refinery_users table)

rails g spree:custom_user Refinery::User
rake db:migrate

Update [lib/spree/authentication_helpers.rb](https://github.com/adrianmacneil/refinery_spree/blob/master/lib/spree/authentication_helpers.rb) to use current_refinery_user and Refinery login/signup routes
Update [lib/spree/authentication_helpers.rb](https://github.com/adrianmacneil/refinery_spree/blob/master/lib/spree/authentication_helpers.rb) to use `current_refinery_user` and Refinery's login/signup routes

module Spree
module AuthenticationHelpers
Expand Down

0 comments on commit d977811

Please sign in to comment.