upload recordings to youtube

This commit is contained in:
Josh
2017-05-23 14:43:53 -04:00
parent 24c8952e59
commit 7d96eadbbf
15 changed files with 213 additions and 4 deletions

View File

@ -0,0 +1,5 @@
class AddTokenToUsers < ActiveRecord::Migration[5.0]
def change
add_column :users, :token, :string
end
end