Triplex v1.3.0 Triplex.ParamPlug View Source
This is a basic plug that loads the current tenant assign from a given param.
To plug it on your router, you can use:
plug Triplex.ParamPlug,
param: :subdomain,
tenant_handler: &TenantHelper.tenant_handler/1
See Triplex.ParamPlugConfig
to check all the allowed config
flags.