send page start
This commit is contained in:
@ -15,6 +15,8 @@ class Person < ActiveRecord::Base
|
||||
.uniq
|
||||
}
|
||||
|
||||
scope :pageable, -> { where('phone is not NULL').order(:first_name) }
|
||||
|
||||
scope :staff, -> { where(staff: true) }
|
||||
|
||||
scope :admins, -> { where(admin: true) }
|
||||
|
Reference in New Issue
Block a user