Commit 056456aecc633204569f8986e2863c2aef79fffb

Authored by Karpikau Andrei
1 parent cd5eaa26

check domain as global variable

... ... @@ -41,6 +41,7 @@ module Kanjai
41 41 if request.subdomain.to_s.present?
42 42 domain_title = "#{request.subdomain}.#{domain_title}"
43 43 end
  44 + p domain_title
44 45
45 46 domain = Domain.where(title: domain_title).first
46 47
... ...
1 1 module Kanjai
2   - VERSION = "0.0.214"
  2 + VERSION = "0.0.215"
3 3 end
... ...