Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -45,7 +45,7 @@ module Kanjai | @@ -45,7 +45,7 @@ module Kanjai | ||
| 45 | $domain = Domain.where(title: domain_title).first | 45 | $domain = Domain.where(title: domain_title).first |
| 46 | 46 | ||
| 47 | if $domain.nil? | 47 | if $domain.nil? |
| 48 | - render plain: 'Domain Not Exist' and return | 48 | + render plain: "Domain #{domain_title} Not Exist" and return |
| 49 | end | 49 | end |
| 50 | 50 | ||
| 51 | #@page_data = PageDatum.where(:url => @url).first | 51 | #@page_data = PageDatum.where(:url => @url).first |