Add CodeHarborLink controller

(leoselig/codeocean#2)
This commit is contained in:
leo.selig
2016-02-04 10:25:54 +01:00
parent b744fc0ab3
commit b5b8b3ab68
4 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# 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

@ -0,0 +1,3 @@
// 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

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

View File

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