Fixes typo in ApplicationController

This commit is contained in:
kikito
2016-06-07 11:09:43 +02:00
parent 4ade8325d7
commit a9dbc6160a

View File

@@ -81,7 +81,7 @@ class ApplicationController < ActionController::Base
end end
def set_budget_investment_votes(budget_investments) def set_budget_investment_votes(budget_investments)
@budget_investments_votes = current_user ? current_user.budget_investment_votes(budget_investments) : {} @budget_investment_votes = current_user ? current_user.budget_investment_votes(budget_investments) : {}
end end
def set_comment_flags(comments) def set_comment_flags(comments)