Revert "Add CodeHarborLink controller"

This reverts commit b5b8b3ab68.

- next commit will do a complete scaffold
(leoselig/codeocean#2)
This commit is contained in:
leo.selig
2016-02-04 10:58:54 +01:00
parent b5b8b3ab68
commit 92f6c7a06f
4 changed files with 0 additions and 10 deletions

View File

@ -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/

View File

@ -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/

View File

@ -1,2 +0,0 @@
class CodeHarborLinkController < ApplicationController
end

View File

@ -1,2 +0,0 @@
module CodeHarborLinkHelper
end