Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
Drops size ordering. Fixes #106.
Browse files Browse the repository at this point in the history
  • Loading branch information
mezis committed Jun 20, 2013
1 parent 39d40ae commit 8049ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/ideas_controller.rb
Expand Up @@ -11,7 +11,7 @@ class IdeasController < ApplicationController
VALID_ANGLES = %w(discussable followed)
DEFAULT_ANGLE = VALID_ANGLES.last

VALID_ORDERS = %w(impact activity progress creation size)
VALID_ORDERS = %w(impact activity progress creation)
DEFAULT_ORDER = VALID_ORDERS.first

VALID_FILTERS = %w(all authored commented vetted backed)
Expand Down

0 comments on commit 8049ad7

Please sign in to comment.