adds officer search to admin polls

This commit is contained in:
Juanjo Bazán
2016-12-27 12:36:16 +01:00
parent 122fd5f9ff
commit ee8c057a46
9 changed files with 58 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ class User < ActiveRecord::Base
has_one :moderator
has_one :valuator
has_one :manager
has_one :poll_officer, class_name: "Poll::Officer"
has_one :organization
has_one :lock
has_many :flags