Seeds & Your First Real Endpoint

The real db/seeds.rb

You already ran this file in lesson 1's checklist. Here it is in full β€” notice every single record uses find_or_create_by!, the exact idempotency pattern module 07 first taught: run this file ten times, get four walkers and one demo user, never eight or forty.