Files

HttpRouter::RegexRouteGeneration

Public Instance Methods

url_with_params(*a) click to toggle source
# File lib/http_router/regex_route_generation.rb, line 3
def url_with_params(*a)
  url_args_processing(a) do |args, options|
    respond_to?(:raw_url) or raise InvalidRouteException
    raw_url(args, options)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.