diff --git a/app/admin/device.rb b/app/admin/device.rb index 3150d92..963ef17 100644 --- a/app/admin/device.rb +++ b/app/admin/device.rb @@ -25,6 +25,7 @@ ActiveAdmin.register Device do status_tag status.titleize, STATUS_CLASSES[status.to_sym] end column "Model Name",:model + column :imei_number column :created_at column :updated_at column :last_heartbeat_recd_time