Skip to content

Instantly share code, notes, and snippets.

@kivanio
Forked from macfanatic/filter_country_input.rb
Last active August 29, 2015 14:16
Show Gist options
  • Save kivanio/f38645548f0bc5217661 to your computer and use it in GitHub Desktop.
Save kivanio/f38645548f0bc5217661 to your computer and use it in GitHub Desktop.
module ActiveAdmin
module Inputs
class FilterCountryInput < FilterSelectInput
include FilterBase
def collection
::ActionView::Helpers::FormOptionsHelper::COUNTRIES
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment