replace most_voted by confidence_score in comment views

This commit is contained in:
kikito
2015-10-28 16:02:40 +01:00
parent 094ec09576
commit da19d4d773
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ class ProposalsController < ApplicationController
before_action :authenticate_user!, except: [:index, :show]
has_orders %w{hot_score confidence_score created_at most_commented random}, only: :index
has_orders %w{most_voted created_at}, only: :show
has_orders %w{confidence_score created_at}, only: :show
load_and_authorize_resource
respond_to :html, :js