Provides a simple helper to generate HTML select list of Austraila states. Compatable with Rails 3 & 4.
Add this line to your application's Gemfile:
gem 'au_state_select', '~> 2.0'
And then execute:
$ bundle
Or install it yourself as:
$ gem install au_state_select
TODO: Write usage instructions here
- Fork it ( https://github.com/[my-github-username]/au_state_select/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request