how do I add comment feature in my app ruby on rails?
I can not add the comment system in my rails app. I followed the rails guide see rails guide started and even started in a new rails app. But I’m not sure I followed the guide correctly. Please help me figure out what I’m doing wrong. CourseController class CoursesController < ApplicationController before_action :authenticate_user! before_action :set_course,…