Skip to content

Frontend Routes

loFiWaterCat edited this page Sep 2, 2022 · 3 revisions

Frontend Routes


  • /
    • QuestionsIndex (when users are logged in)
  • /login
    • SessionForm (when users are logged out)
  • /signup
    • SessionForm (when users are logged out)
  • /users/:userid
    • Profile (when users are logged in)
  • /questions/new
    • QuestionForm
    • TagForm
  • /questions/:id
    • QuestionShow
      • CommentForm (conditionally render for both questions and answers
    • AnswerForm
    • QuestionForm (to edit)

Clone this wiki locally