A plugin to deal with country selection in Administrate, with the help of country_select gem.
Add it to your Gemfile:
gem 'administrate-field-country', '~> 0.0.1'Run:
$ bundle installAdd to your FooDashboard:
ATTRIBUTE_TYPES = {
bar: Field::Country
}.freezeAdministrate::Field::Country is maintained by z.productions.