Kevin Attfield
Results
2
issues of
Kevin Attfield
Lines like `root_url(subdomain: current_subdomain)` in conjunction with the [email_helper](https://github.com/DefactoSoftware/Hours/blob/master/app/helpers/email_helper.rb) mean that if you are hosting in SINGLE_TENANT_MODE then your subdomain will be trimmed off.
Although rails assets are _generally_ in `/assets` they can be configured to be served from elsewhere. This breaks the demo. The reason for 2 separate options is that I use...