fixes typo in method call

This commit is contained in:
Juanjo Bazán
2016-12-27 18:26:27 +01:00
parent ab61d94d2d
commit 7b6713f8bb

View File

@@ -22,7 +22,7 @@ class DebatesController < ApplicationController
def index_customization
@featured_debates = @debates.featured
@proposal_successfull_exists = Proposal.successfull.exists?
@proposal_successfull_exists = Proposal.successful.exists?
end
def show