Skip to content

Commit 609ed5f

Browse files
committed
Explicitly use the class name that is being deprecated
The message is otherwise hard to understand.
1 parent 2223700 commit 609ed5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/app/models/spree/user_last_url_storer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def self.rules
2626
# or its subclasses. The controller will be passed to each rule for matching.
2727
def initialize(controller)
2828
@controller = controller
29-
Spree::Deprecation.warn("This class will be removed without replacement on the release of Solidus 4.0")
29+
Spree::Deprecation.warn("Spree::UserLastUrlStorer will be removed without replacement on the release of Solidus 4.0")
3030
end
3131

3232
# Stores into session[:spree_user_return_to] the request full path for

0 commit comments

Comments
 (0)