Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop

This commit is contained in:
Seth Call 2014-03-04 00:00:51 -06:00
commit 7fda82ec0b
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ ActiveAdmin.register JamRuby::PromoLatest, :as => 'Latest' do
index do
column 'Latest' do |pp| pp.latest_display_name end
column 'Latest ID' do |pp| pp.latest_id end
column 'State' do |pp| pp.aasm_state end
column 'Position' do |pp| pp.position end
column 'Updated' do |pp| pp.updated_at end