mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +02:00
Merge branch 'master' of github.com:domify/registry
This commit is contained in:
commit
6fc64d8bbf
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class Pricelist < ActiveRecord::Base
|
|||
:valid_from, :category, :operation_category, :duration, presence: true
|
||||
|
||||
CATEGORIES = %w(ee pri.ee fie.ee med.ee com.ee)
|
||||
OPERATION_CATEGORIES = %w(new renew)
|
||||
OPERATION_CATEGORIES = %w(create renew)
|
||||
DURATIONS = %w(1year 2years 3years)
|
||||
|
||||
after_initialize :init_values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue