I am trying to generate a controller with all the RESTful actions stubbed. I had read at Wikibooks - Ruby on Rails that all I needed to do was to call the generator with the co
In Rails 3 there is also rails generate scaffold_controller .... More info here.
rails generate scaffold_controller ...