adds budget results

This commit is contained in:
rgarcia
2017-05-19 14:00:12 +02:00
parent f0d7acd087
commit ed5a1cecbb
11 changed files with 252 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
class AddWinnerToBudgetInvestments < ActiveRecord::Migration
def change
add_column :budget_investments, :winner, :boolean, default: false
end
end