1
0
Fork 0
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:
hardi 2012-04-01 13:08:18 +03:00
parent 0244c0d8f3
commit d578bd4d1d

View file

@ -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