A containter for the on_next_request items. @api private
# File lib/warden/test/warden_helpers.rb, line 36 def _on_next_request @_on_next_request ||= [] @_on_next_request end
Returns list of regex objects that match paths expected to be an asset @see Warden::Proxy#asset_request? @api public
# File lib/warden/test/warden_helpers.rb, line 9 def asset_paths @asset_paths ||= [/^\/assets\//] end
Sets list of regex objects that match paths expected to be an asset @see Warden::Proxy#asset_request? @api public
# File lib/warden/test/warden_helpers.rb, line 16 def asset_paths=(*vals) @asset_paths = vals end
Generated with the Darkfish Rdoc Generator 2.