Is "scaffold" deprecated?

I used "scaffold" in my controller. But an error messaged said it is an undefined method. What is the correspoinding new method to this one? Thanks

I used "scaffold" in my controller. But an error messaged said it is an undefined method. What is the correspoinding new method to this one? Thanks

there isn't one. dynamic scaffolding was removed. It may have been extracted into a plugin.

Fred