Add community to investments

This commit is contained in:
taitus
2017-08-23 20:51:16 +02:00
parent 4539c5fa00
commit 895c942a39
11 changed files with 65 additions and 11 deletions

View File

@@ -0,0 +1,5 @@
class AddCommunityToBudgetInvestments < ActiveRecord::Migration
def change
add_reference :budget_investments, :community, index: true, foreign_key: true
end
end