Skip to content

Instantly share code, notes, and snippets.

@macfanatic
Created November 30, 2012 20:30
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