Replace CodeHarbourLink .erb wtih .slim templates

- this is consistent with the remaining view architecture

(leoselig/codeocean#2)
This commit is contained in:
leo.selig
2016-02-04 12:05:57 +01:00
parent 057b19cf2a
commit f2a1a748d5
14 changed files with 44 additions and 72 deletions

View File

@@ -1,2 +1,8 @@
class CodeHarborLink < ActiveRecord::Base
validates :oauth2token, presence: true
def to_s
oauth2token
end
end