Legislation proposals show and edit views available
This commit is contained in:
@@ -76,10 +76,6 @@ class ApplicationController < ActionController::Base
|
||||
@proposal_votes = current_user ? current_user.proposal_votes(proposals) : {}
|
||||
end
|
||||
|
||||
def set_legislation_proposal_votes(proposals)
|
||||
@proposal_votes = current_user ? current_user.legislation_proposal_votes(proposals) : {}
|
||||
end
|
||||
|
||||
def set_spending_proposal_votes(spending_proposals)
|
||||
@spending_proposal_votes = current_user ? current_user.spending_proposal_votes(spending_proposals) : {}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user