Add posts test

This commit is contained in:
hannah.dagemark 2025-05-23 14:14:30 +02:00
commit 76229c8cc5
17 changed files with 278 additions and 0 deletions

View file

@ -1,4 +1,5 @@
Rails.application.routes.draw do
resources :posts
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
# Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500.