Add authorization to CodeHarborLink controller

(leoselig/codeocean#2)
This commit is contained in:
leo.selig
2016-02-04 11:34:54 +01:00
parent ca9a9c7e85
commit e534a8cb2d
3 changed files with 26 additions and 25 deletions

View File

@ -11,11 +11,17 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20150922125415) do
ActiveRecord::Schema.define(version: 20160204094409) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
create_table "code_harbor_links", force: true do |t|
t.string "oauth2token"
t.datetime "created_at"
t.datetime "updated_at"
end
create_table "comments", force: true do |t|
t.integer "user_id"
t.integer "file_id"