Skip to content

Commit

Permalink
request_uri no longer in rails replace with fullpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Gillies committed Oct 21, 2011
1 parent 4a3f381 commit 284ae3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/carter/controller_resource.rb
Expand Up @@ -53,7 +53,7 @@ def current_shopper
end

def store_shopping_location
@session[:continue_shopping_url] = @controller.request.request_uri
@session[:continue_shopping_url] = @controller.request.fullpath
end

def name
Expand Down

0 comments on commit 284ae3b

Please sign in to comment.