-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

rails destroy


> Destroy Rails resources.

More information.


List all available generators to destroy:

rails destroy

Destroy a model named Post:

rails destroy model {Post}

Destroy a controller named Posts:

rails destroy controller {Posts}

Destroy a migration that creates Posts:

rails destroy migration {CreatePosts}

Destroy a scaffold for a model named Post:

rails destroy scaffold {Post}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 17:31:51 2024