Skip to content

Commit

Permalink
Sandbox generator now uses the 2-0-stable branch of spree_auth_devise
Browse files Browse the repository at this point in the history
  • Loading branch information
LBRapid committed May 23, 2013
1 parent 50ac165 commit 3179a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sandbox.sh
Expand Up @@ -10,7 +10,7 @@ fi

cd ./sandbox
echo "gem 'spree', :path => '..'" >> Gemfile
echo "gem 'spree_auth_devise', :github => 'spree/spree_auth_devise'" >> Gemfile
echo "gem 'spree_auth_devise', :github => 'spree/spree_auth_devise', :branch => '2-0-stable'" >> Gemfile

bundle install --gemfile Gemfile
bundle exec rails g spree:install --auto-accept --user_class=Spree::User

0 comments on commit 3179a7a

Please sign in to comment.