Scaffold a Walker

The scaffold generator

Rails ships a generator that builds a complete model + controller + views + migration + route in one command, matching the exact shape you'd build by hand for a simple resource. It's a teaching tool as much as a shortcut here β€” run it once, read everything it created, and you've seen every piece Rails expects a resource to have.