# frozen_string_literal: true
# Landing Course Page
class CourseLandingPage < ApplicationRecord
belongs_to :course
end