Showing
2 changed files
with
2 additions
and
1 deletions
| @@ -41,6 +41,7 @@ module Kanjai | @@ -41,6 +41,7 @@ module Kanjai | ||
| 41 | if request.subdomain.to_s.present? | 41 | if request.subdomain.to_s.present? |
| 42 | domain_title = "#{request.subdomain}.#{domain_title}" | 42 | domain_title = "#{request.subdomain}.#{domain_title}" |
| 43 | end | 43 | end |
| 44 | + p domain_title | ||
| 44 | 45 | ||
| 45 | domain = Domain.where(title: domain_title).first | 46 | domain = Domain.where(title: domain_title).first |
| 46 | 47 |