Commit d1a1242a75413f9a5b4d1347c901d1683920a7b6
1 parent
1b759954
Exists in
master
and in
18 other branches
Insert filters in institution search
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/noosfero-spb/gov_user/lib/institution.rb
@@ -2,7 +2,7 @@ class Institution < ActiveRecord::Base | @@ -2,7 +2,7 @@ class Institution < ActiveRecord::Base | ||
2 | has_many :comments | 2 | has_many :comments |
3 | 3 | ||
4 | SEARCH_FILTERS = { | 4 | SEARCH_FILTERS = { |
5 | - :order => %w[], | 5 | + :order => %w[more_recent more_popular more_active], |
6 | :display => %w[compact] | 6 | :display => %w[compact] |
7 | } | 7 | } |
8 | 8 |