Version improvements

This commit is contained in:
Andres Keskküla 2014-10-20 16:40:04 +03:00
parent 7c3740acba
commit cfdafe7aac
2 changed files with 4 additions and 4 deletions

View file

@ -47,7 +47,7 @@ class Nameserver < ActiveRecord::Base
end
def domain_version
domain.create_version
domain.create_version if domain
end
def to_s