Administrate::Order
makes the assumption that a relation's foreign key will be #{relation_name}_id
, when instead it could be anything.
This currently breaks our demo site, if you go to the customers list and try to order by country. This is as described by https://github.com/thoughtbot/administrate/issues/1182