vendor/rails/railties/lib/rails_generator/generators/components/resource/USAGE in radiant-0.7.2 vs vendor/rails/railties/lib/rails_generator/generators/components/resource/USAGE in radiant-0.8.0
- old
+ new
@@ -9,11 +9,11 @@
specify them by hand as 'created_at:datetime updated_at:datetime'.
You don't have to think up every attribute up front, but it helps to
sketch out a few so you can start working with the resource immediately.
- This creates a model, controller, tests and fixtures for both, and the
- corresponding map.resources declaration in config/routes.rb
+ This creates a model, controller, helper, tests and fixtures for all of them,
+ and the corresponding map.resources declaration in config/routes.rb
Unlike the scaffold generator, the resource generator does not create
views or add any methods to the generated controller.
Examples: