Skip to content

Instantly share code, notes, and snippets.

@macfanatic
Created November 30, 2012 20:30
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save macfanatic/4178394 to your computer and use it in GitHub Desktop.
Save macfanatic/4178394 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