class ActiveAdmin::Resource::BelongsTo

def to_param

def to_param
  (@options[:param] || "#{@target_name}_id").to_sym
end