Module: SubdomainRouter
- Defined in:
- lib/subdomain_router.rb
Overview
Module for working with dynamic subdomain routing.
Defined Under Namespace
Modules: Constraint, Controller
Constant Summary collapse
- Config =
Subdomain routing configuration object.
Struct.new(:default_subdomain, :domain, :tld_components, :subdomain_matcher).new