feedback_with_country_state

This gem is compatible in rails4 having sqlite datatbase. With the help of this gem you are haveing a already created feedback form in which country and states are included. :-)

INSTALLTION

First thing you need to do, is the installation , you can follow the below mentioned steps to install the gem inside your rails application.

<pre> gem install feedback_with_country_state </pre>

Add this following line in your Gemfile and then run bundle install. <pre> gem ‘feedback_with_country_state’ </pre>

In routes of your application add the line. <pre> mount FeedbackWithCountryState::Engine, at: “/controller_name” </pre>

USAGE

Once you have installed this gem in your application you can use the feedback form having countries and states.

We have used Google library to develop this Gem. So all credit goes to Google. :-)