Set up cookies support in Merb::Controller and Merb::Request
Set up cookies support in Merb::Controller and Merb::Request
nil
:api: plugin
# File lib/merb-core/bootloader.rb, line 1204 def self.run require 'merb-core/dispatch/cookies' Merb::Controller.send(:include, Merb::CookiesMixin) Merb::Request.send(:include, Merb::CookiesMixin::RequestMixin) nil end
Generated with the Darkfish Rdoc Generator 2.