Fixes typo in ApplicationController
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user