mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Useless/Confusing method definition removed
This commit is contained in:
parent
0244c0d8f3
commit
d578bd4d1d
1 changed files with 0 additions and 4 deletions
|
@ -273,10 +273,6 @@ module ActionDispatch
|
|||
@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
|
||||
|
|
Loading…
Reference in a new issue