Flowdock
method

method_missing

Importance_0
v3.0.0 - Show latest stable - 0 notes - Class: ActionDispatch::Cookies::SignedCookieJar
method_missing(method, *arguments, &block) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 256
      def method_missing(method, *arguments, &block)
        @parent_jar.send(method, *arguments, &block)
      end
Register or log in to add new notes.