Commit cf72ea43be2df0e6c1666b70644b1818155beed6

Authored by Karpikau Andrei
1 parent 766443c0

add domain

@@ -37,7 +37,7 @@ module Kanjai @@ -37,7 +37,7 @@ module Kanjai
37 $original_fullpath = request.original_fullpath 37 $original_fullpath = request.original_fullpath
38 $original_format = request.format 38 $original_format = request.format
39 39
40 - domain_title = "request.domain" 40 + domain_title = request.domain
41 if request.subdomain 41 if request.subdomain
42 domain_title = "#{request.subdomain}.#{domain_title}" 42 domain_title = "#{request.subdomain}.#{domain_title}"
43 end 43 end
1 module Kanjai 1 module Kanjai
2 - VERSION = "0.0.201" 2 + VERSION = "0.0.202"
3 end 3 end