How can i use Chartkick in rails 4.0.
in Gem I added:
gem \"chartkick\"
and in my view for example i added this:
Be sure to include the JavaScript files before the charts.
<%= javascript_include_tag "//www.google.com/jsapi", "chartkick" %>