Skip to content

Commit

Permalink
Add missing env param to get_cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Nov 16, 2012
1 parent 571b747 commit 0e2bd1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def set_cookie(env, session_id, cookie)
cookie_jar(env)[@key] = cookie
end

def get_cookie
def get_cookie(env)
cookie_jar(env)[@key]
end

Expand Down

0 comments on commit 0e2bd1d

Please sign in to comment.