seyhunak/twitter-bootstrap-rails

View on GitHub
lib/generators/bootstrap/install/templates/bootstrap.coffee

Summary

Maintainability
Test Coverage
jQuery ->
  $("a[rel~=popover], .has-popover").popover()
  $("a[rel~=tooltip], .has-tooltip").tooltip()