Skip to content

Commit

Permalink
Must include Spree::StoreHelper inside all auth controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Feb 8, 2013
1 parent dfa26a4 commit 5682a56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/spree/user_passwords_controller.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Spree::UserPasswordsController < Devise::PasswordsController
include SslRequirement
helper 'spree/users', 'spree/base'
helper 'spree/users', 'spree/base', 'spree/store'

if defined?(Spree::Dash)
helper 'spree/analytics'
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/spree/user_registrations_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Spree::UserRegistrationsController < Devise::RegistrationsController

include SslRequirement
helper 'spree/users', 'spree/base'
helper 'spree/users', 'spree/base', 'spree/store'

if defined?(Spree::Dash)
helper 'spree/analytics'
Expand Down

0 comments on commit 5682a56

Please sign in to comment.