We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2223700 commit 609ed5fCopy full SHA for 609ed5f
core/app/models/spree/user_last_url_storer.rb
@@ -26,7 +26,7 @@ def self.rules
26
# or its subclasses. The controller will be passed to each rule for matching.
27
def initialize(controller)
28
@controller = controller
29
- Spree::Deprecation.warn("This class will be removed without replacement on the release of Solidus 4.0")
+ Spree::Deprecation.warn("Spree::UserLastUrlStorer will be removed without replacement on the release of Solidus 4.0")
30
end
31
32
# Stores into session[:spree_user_return_to] the request full path for
0 commit comments