cleans up

This commit is contained in:
rgarcia
2016-02-16 15:21:08 +01:00
parent d9b7802af4
commit cfb48ef937
3 changed files with 15 additions and 9 deletions

View File

@@ -36,7 +36,7 @@ class ProposalsController < ApplicationController
end
def summary
@proposals = Proposal.last_week.sort_by_confidence_score.grouped_by_categories
@proposals = Proposal.for_summary
@tag_cloud = tag_cloud
end