Skip to content

Commit

Permalink
point country_select docs to the right reference gem for #1080
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed Aug 12, 2014
1 parent 8dcdbee commit c34150c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/formtastic/inputs/country_input.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ module Inputs
# Rails doesn't come with a `country_select` helper by default any more, so you'll need to do
# one of the following:
#
# * install the [country-select](https://github.com/jamesds/country-select) gem
# * install the no longer maintained [official Rails plugin](http://github.com/rails/iso-3166-country-select)
# * install the [country_select](https://github.com/stefanpenner/country_select) gem
# * install any other country_select plugin that behaves in a similar way
# * roll your own `country_select` helper with the same args and options as the Rails one
#
Expand Down

0 comments on commit c34150c

Please sign in to comment.