Skip to content

Instantly share code, notes, and snippets.

@trappist
Created October 4, 2012 21:22
Show Gist options
  • Select an option

  • Save trappist/3836540 to your computer and use it in GitHub Desktop.

Select an option

Save trappist/3836540 to your computer and use it in GitHub Desktop.
Spree initializer
Spree.config do |config|
# Example:
# Uncomment to override the default site name.
# config.site_name = "Spree Demo Site"
end
Spree.user_class = "User"
require 'spree/authentication_helpers'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment