use initialjs-rails instead our own copy of initial.js and view helper

This commit is contained in:
David Gil
2015-08-12 18:45:10 +02:00
parent 65998070cc
commit 9d4a3b08d7
5 changed files with 5 additions and 78 deletions

View File

@@ -1,5 +1,5 @@
App.Users =
initialize: ->
$('.avatar').initial();
$('.initialjs-avatar').initial();
false