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