I have three resources in ActiveAdmin i.e User, Order, and OrderItems.
User => has_many :orders User => has_many :order_items, through: :orders