Display IMEI number in the list

This commit is contained in:
leenasn
2015-11-17 17:07:40 +05:30
parent 5b697a7506
commit f9fd50ace0

View File

@@ -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