From 42bcb46926948a74031a17c0fe44894da7921009 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Wed, 23 May 2018 15:40:34 -0500 Subject: [PATCH] remove unneeded javascript asset --- app/assets/javascripts/onboard.js | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 app/assets/javascripts/onboard.js diff --git a/app/assets/javascripts/onboard.js b/app/assets/javascripts/onboard.js deleted file mode 100644 index dee720fa..00000000 --- a/app/assets/javascripts/onboard.js +++ /dev/null @@ -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.