Allow agents to set vip attribute.

This commit is contained in:
Martin Edenhofer 2015-02-22 17:18:59 +01:00
parent aaf7e69322
commit 5f266bdbce

View file

@ -24,6 +24,9 @@ class CreateVip < ActiveRecord::Migration
:Admin => { :Admin => {
:null => true, :null => true,
}, },
:Agent => {
:null => true,
},
}, },
:view => { :view => {
'-all-' => { '-all-' => {