dockerize faye and counters
This commit is contained in:
@@ -21,6 +21,7 @@ App.ApplicationController = Ember.Controller.extend
|
||||
@set 'notice', ''
|
||||
).observes('currentPath')
|
||||
events:
|
||||
notify: (notification) -> @set 'notice', notification.message
|
||||
list_helped: -> @set 'list.needs_help', false
|
||||
list_needs_help: -> @set 'list.needs_help', true # incoming from other users
|
||||
list_is_paid: -> @set 'list.needs_payment', false
|
||||
|
||||
Reference in New Issue
Block a user