notification level for user

This commit is contained in:
Dmitriy Zaporozhets 2013-03-26 10:16:49 +02:00
parent cf6d4dc10c
commit 4b3950456d
3 changed files with 14 additions and 1 deletions

View file

@ -53,6 +53,13 @@ class User < ActiveRecord::Base
attr_accessible :login
#
# Notification levels
#
N_DISABLED = 0
N_PARTICIPATING = 1
N_WATCH = 2
#
# Relations
#