Skip to content

Commit

Permalink
jQuery Hello World
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanbibat committed Jun 2, 2014
1 parent 6a46ba4 commit e762bf2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/javascripts/application.js
Expand Up @@ -14,3 +14,6 @@
//= require jquery_ujs
//= require turbolinks
//= require_tree .
$(document).ready(function() {
alert("hello world!");
});

0 comments on commit e762bf2

Please sign in to comment.