Merge branch 'master' into proposal-dashboard

This commit is contained in:
decabeza
2019-04-23 17:12:47 +02:00
643 changed files with 2814 additions and 1417 deletions

View File

@@ -1,4 +1,4 @@
class Community < ActiveRecord::Base
class Community < ApplicationRecord
has_one :proposal
has_one :investment, class_name: Budget::Investment
has_many :topics