Cannot find Controller View Files

The controller works and I am able to list, create, edit, and destroy
data, but I can not find its view files. Since the scaffold plugin has
been changed the examples in my reference books no longer work : ruby
script/generate [Model-Name] [Controller Name]. When I generate
scaffold for the Model it creates all of the files but does not show any
database info. Is there a way to get the old scaffold plugin, or am I
just looking in the wrong area?

Michael Jubin wrote:

The controller works and I am able to list, create, edit, and destroy
data, but I can not find its view files. Since the scaffold plugin has
been changed the examples in my reference books no longer work : ruby
script/generate [Model-Name] [Controller Name]. When I generate
scaffold for the Model it creates all of the files but does not show any
database info. Is there a way to get the old scaffold plugin, or am I
just looking in the wrong area?

Never mind I figured it out!