Merge branch 'master' into dashboard-master

This commit is contained in:
decabeza
2018-10-19 01:48:37 +02:00
1586 changed files with 126348 additions and 9884 deletions

View File

@@ -223,7 +223,7 @@ class Proposal < ActiveRecord::Base
end
def users_to_notify
(voters + followers).uniq
(voters + followers).uniq - [author]
end
def self.proposals_orders(user)