Merge branch 'master' into proposal-dashboard

This commit is contained in:
decabeza
2019-03-27 17:56:46 +01:00
138 changed files with 639 additions and 639 deletions

View File

@@ -184,7 +184,7 @@ class Proposal < ActiveRecord::Base
end
def code
"#{Setting['proposal_code_prefix']}-#{created_at.strftime('%Y-%m')}-#{id}"
"#{Setting["proposal_code_prefix"]}-#{created_at.strftime("%Y-%m")}-#{id}"
end
def after_commented