India is a country located in southern Asia. Get list of all indian states with sub-states.
Add this line to your application's Gemfile:
gem 'indian-states'
And then execute:
$ bundle
Or install it yourself as:
$ gem install indian-states
Indian::States::in_states # returns list of states as JSON format
- Fork it ( http://github.com/vajapravin/indian-states/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 new Pull Request