mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-26 00:54:08 +01:00
Getting functional tests running.
This commit is contained in:
parent
fd433d76d8
commit
76340b780c
22 changed files with 267 additions and 216 deletions
|
|
@ -170,7 +170,7 @@ module LoginSystem
|
|||
# store current uri in the session.
|
||||
# we can return to this location by calling return_location
|
||||
def store_location
|
||||
session['return-to'] = request.request_uri
|
||||
session['return-to'] = request.url
|
||||
end
|
||||
|
||||
# move to the last store_location call or to the passed default one
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue