Make the UI a little more complete
This commit is contained in:
@@ -12,4 +12,12 @@ class Lecture < ApplicationRecord
|
||||
def week_number
|
||||
((start_time.beginning_of_week - Time.new('2023-10-02')) / 1.week).floor
|
||||
end
|
||||
|
||||
def live_video_url
|
||||
nil
|
||||
end
|
||||
|
||||
def recording_url
|
||||
"https://google.com"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user