Guest User

Untitled

a guest
Feb 18th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ActiveAdmin.register Customer do
  2. index do
  3. column :name
  4. column :customer_number
  5. column :warehouse_id do |warehouse|
  6. warehouse.name
  7. end
  8. column :warehouse_id
  9. default_actions
  10. end
  11. end
Add Comment
Please, Sign In to add comment