Skip to content

Commit

Permalink
Default tags sort order in admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
andey committed Jan 26, 2014
1 parent 7d3a2c8 commit 15baa8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/admin/tag.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ActiveAdmin.register Tag do
config.sort_order = "count_all_asc"
actions :all, :except => [:destroy, :new]

filter :name
Expand Down

0 comments on commit 15baa8f

Please sign in to comment.