* sort score histories by date desc

This commit is contained in:
Seth Call 2014-07-29 22:13:38 -05:00
parent dd318a9b8a
commit 209b6f2d7e
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ ActiveAdmin.register JamRuby::ScoreHistory, :as => 'Score History' do
menu :parent => 'Score'
config.batch_actions = false
config.sort_order = 'score_dt_desc'
config.clear_action_items!
config.filters = true
config.per_page = 100