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 0baa984 commit c680629
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.where("pros_sum > ?",5000000).page params[:page]
@arguments = Argument.where("pros_sum > ?",500000000000000).page params[:page]
render :index
end

Expand Down

0 comments on commit c680629

Please sign in to comment.