Allow agents to set vip attribute.
This commit is contained in:
parent
aaf7e69322
commit
5f266bdbce
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ class CreateVip < ActiveRecord::Migration
|
||||||
:Admin => {
|
:Admin => {
|
||||||
:null => true,
|
:null => true,
|
||||||
},
|
},
|
||||||
|
:Agent => {
|
||||||
|
:null => true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
:view => {
|
:view => {
|
||||||
'-all-' => {
|
'-all-' => {
|
||||||
|
|
Loading…
Reference in a new issue