More Rails Features

Flashcard 4 of 8

When generating a model via Rails' generators, for instance rails g model Project title complete:boolean, Rails will also generate helpers and assets. In most cases, we don't actually want these model specific files and end up deleting them.

Is there a way we can prevent Rails from generating these files in the first place?

Answer:

Reveal Answer