From 92f6c7a06f8d959c405228b2f15ae2dd8902160e Mon Sep 17 00:00:00 2001 From: "leo.selig" Date: Thu, 4 Feb 2016 10:58:54 +0100 Subject: [PATCH] Revert "Add CodeHarborLink controller" This reverts commit b5b8b3ab6811fb0684a83ea692e46cbba36dcbf0. - next commit will do a complete scaffold (leoselig/codeocean#2) --- app/assets/javascripts/code_harbor_link.js.coffee | 3 --- app/assets/stylesheets/code_harbor_link.css.scss | 3 --- app/controllers/code_harbor_link_controller.rb | 2 -- app/helpers/code_harbor_link_helper.rb | 2 -- 4 files changed, 10 deletions(-) delete mode 100644 app/assets/javascripts/code_harbor_link.js.coffee delete mode 100644 app/assets/stylesheets/code_harbor_link.css.scss delete mode 100644 app/controllers/code_harbor_link_controller.rb delete mode 100644 app/helpers/code_harbor_link_helper.rb diff --git a/app/assets/javascripts/code_harbor_link.js.coffee b/app/assets/javascripts/code_harbor_link.js.coffee deleted file mode 100644 index 24f83d18..00000000 --- a/app/assets/javascripts/code_harbor_link.js.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/app/assets/stylesheets/code_harbor_link.css.scss b/app/assets/stylesheets/code_harbor_link.css.scss deleted file mode 100644 index 3c615ada..00000000 --- a/app/assets/stylesheets/code_harbor_link.css.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the CodeHarborLink controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/controllers/code_harbor_link_controller.rb b/app/controllers/code_harbor_link_controller.rb deleted file mode 100644 index a551e9b1..00000000 --- a/app/controllers/code_harbor_link_controller.rb +++ /dev/null @@ -1,2 +0,0 @@ -class CodeHarborLinkController < ApplicationController -end diff --git a/app/helpers/code_harbor_link_helper.rb b/app/helpers/code_harbor_link_helper.rb deleted file mode 100644 index f1c55f9d..00000000 --- a/app/helpers/code_harbor_link_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module CodeHarborLinkHelper -end