console.log("application.js");

$("<hr>").css({
  position: "fixed",
  margin: 0,
  border: "2px solid green",
  top: 4,
  left: 0,
  width: "100%",
  zIndex: 1000
}).appendTo("body");