Make the UI a little more complete

This commit is contained in:
2023-09-29 19:01:35 +01:00
parent d14903fcb4
commit a36284b73e
2 changed files with 30 additions and 7 deletions
+8
View File
@@ -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