lk | posts to bike index in sidekiq job

This commit is contained in:
Loos
2015-09-01 18:25:05 -05:00
parent 3224faab0e
commit 356098b7a6
15 changed files with 138 additions and 89 deletions
+2 -2
View File
@@ -14,6 +14,6 @@
//= require jquery_ujs
//= require turbolinks
//= require_tree .
//= require bootstrap
//= require bootstrap
//= require bootstrap-datepicker
//= require bootstrap-select
//= require bootstrap-select
+6
View File
@@ -0,0 +1,6 @@
seatTubeIn = $(".seat-tube-in")
seatTubeCm = $(".seat-tube-cm")
seatTubeIn.on("change", () ->
seatTubeCm.val(parseFloat(seatTubeIn.val())*2.54)
)
-2
View File
@@ -1,2 +0,0 @@
// Place all the behaviors and hooks related to the matching controller here.
// All this logic will automatically be available in application.js.