spree_auth_devise icon indicating copy to clipboard operation
spree_auth_devise copied to clipboard

Ability to set params to authentication helpers

Open entity1991 opened this issue 9 years ago • 0 comments

In file https://github.com/spree/spree_auth_devise/blob/master/lib/spree/authentication_helpers.rb need to provide ability to set params to the links for custom needings.

F.E.: spree_signup_path(layout: 'home')- not working (expected 0 args), but this is working: spree.signup_path(layout: 'home')

entity1991 avatar Oct 21 '16 10:10 entity1991