Skip to content

Instantly share code, notes, and snippets.

@CapSens-SM
Created May 9, 2020 15:02
Show Gist options
  • Save CapSens-SM/d3067776b585f875c079762b4d6083a1 to your computer and use it in GitHub Desktop.
Save CapSens-SM/d3067776b585f875c079762b4d6083a1 to your computer and use it in GitHub Desktop.
ActiveAdmin.register Customer do
decorate_with CustomerDecorator
index do
[ other columns logic here ... ]
column :state do |customer|
render partial: 'admin/customers/material_progress_bar', locals: { customer: customer }
end
actions
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment