Skip to content

Commit

Permalink
signed on PermanentCookieJar taken care of in CookieJar
Browse files Browse the repository at this point in the history
  • Loading branch information
hmcfletch committed Dec 5, 2011
1 parent cf6ccf0 commit 308c0a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions actionpack/lib/action_dispatch/middleware/cookies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,6 @@ def []=(key, options)
@parent_jar[key] = options
end

def signed
@signed ||= SignedCookieJar.new(self, @secret)
end

def method_missing(method, *arguments, &block)
@parent_jar.send(method, *arguments, &block)
end
Expand Down

0 comments on commit 308c0a7

Please sign in to comment.