/RailsQandAProject

Question and answer project using has_many through

Primary LanguageCSS

Q and A app

Purpose

  • Learn how to use has_many associations in Rails.

About

Create questions and answers (a combined Entry object) and track who (User) created and changed them in an Edit objet.

Others

  • Uses Devise