Skip to content

Commit

Permalink
Update arguments_controller.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeTrade authored Jul 5, 2016
1 parent 104e8e2 commit 0baa984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/arguments_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def index


def decided
@arguments = Argument.all.order("abs(validity) desc").page params[:page]
@arguments = Argument.where("pros_sum > ?",5000000).page params[:page]
render :index
end

Expand Down

0 comments on commit 0baa984

Please sign in to comment.