# File 'lib/notification_levels.rb', line 4defself.all@all_levels||=Enum.new(muted:0,regular:1,normal:1,# alias for regular
tracking:2,watching:3,watching_first_post:4,)end
.topic_levels ⇒ Object
16
17
18
19
20
21
22
23
24
25
# File 'lib/notification_levels.rb', line 16defself.topic_levels@topic_levels||=Enum.new(muted:0,regular:1,normal:1,# alias for regular
tracking:2,watching:3,)end