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 1204: def self.run 1205: require 'merb-core/dispatch/cookies' 1206: Merb::Controller.send(:include, Merb::CookiesMixin) 1207: Merb::Request.send(:include, Merb::CookiesMixin::RequestMixin) 1208: nil 1209: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.