Code Explainers
class Comment < ApplicationRecord belongs_to :post belongs_to :author, class_name: "User"