Replace CodeHarbourLink .erb wtih .slim templates
- this is consistent with the remaining view architecture (leoselig/codeocean#2)
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
class CodeHarborLink < ActiveRecord::Base
|
||||
validates :oauth2token, presence: true
|
||||
|
||||
def to_s
|
||||
oauth2token
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user