Commit 056456aecc633204569f8986e2863c2aef79fffb

Authored by Karpikau Andrei
1 parent cd5eaa26

check domain as global variable

@@ -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
1 module Kanjai 1 module Kanjai
2 - VERSION = "0.0.214" 2 + VERSION = "0.0.215"
3 end 3 end