Set default period in new/renew domain forms in registrar area

#495
This commit is contained in:
Artur Beljajev 2017-05-02 14:14:34 +03:00
parent 9b9fb2f8aa
commit 7fe1b641c7
5 changed files with 47 additions and 0 deletions

View file

@ -145,6 +145,10 @@ module Depp
end
class << self
def default_period
'1y'
end
def default_params
ret = {}