I've a problem here. I tried to use Bootstrap's tooltip on my project with RubyonRails, but no luck.
I tried to use this solution: Bootstrap Tooltip in Ruby on Rails but still now working.
<%= f.input :company_name, class: "dashbaord-tooltip", :data =>
{:toggle=>"tooltip"}, 'data-original-title' => "Your company name", 'data-
placement' => 'right' %>
do I do it the correct way? thank you in advance.