Much base work started
This commit is contained in:
4
app/models/playback_session.rb
Normal file
4
app/models/playback_session.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class PlaybackSession < ApplicationRecord
|
||||
belongs_to :video
|
||||
belongs_to :user
|
||||
end
|
||||
Reference in New Issue
Block a user