Scaffold CodeHarbourLink with field oauth2token

(leoselig/codeocean#2)
This commit is contained in:
leo.selig
2016-02-04 10:59:49 +01:00
parent 92f6c7a06f
commit 76bf3dd3f0
15 changed files with 234 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
FILENAME_REGEXP = /[\w\.]+/ unless Kernel.const_defined?(:FILENAME_REGEXP)
Rails.application.routes.draw do
resources :code_harbor_links
resources :request_for_comments
get '/my_request_for_comments', as: 'my_request_for_comments', to: 'request_for_comments#get_my_comment_requests'
resources :comments, except: [:destroy] do