Commit cf72ea43be2df0e6c1666b70644b1818155beed6

Authored by Karpikau Andrei
1 parent 766443c0

add domain

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