110687814-migrations_and_values

This commit is contained in:
Stas 2016-02-25 13:54:46 +02:00
parent 185e1d5c93
commit 577762a2bc
5 changed files with 24 additions and 3 deletions

View file

@ -17,7 +17,7 @@ class Epp::Domain < Domain
end
def write_update_values
self.updator_str = current_user.identity_code if current_user
self.upid = current_user.identity_code if current_user
self.updated_at = Time.zone.now
end