Configure standard rails javascript behavior

This commit is contained in:
Thibault Jouan
2015-05-04 21:41:50 +00:00
parent 780dbc8942
commit e647aa257f
4 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
//= require jquery
//= require jquery_ujs

View File

@@ -3,6 +3,8 @@
%head
%meta{charset: 'utf-8'}
%title scube
= javascript_include_tag 'application'
= csrf_meta_tag
%body