aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/rails_model_subclass_generator_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add an model_subclass generator.Fabien Jakimowicz2009-05-271-0/+15
This generator creates a new model as a subclass of an existing model and the unit test for that model. Lets users avoid having to manually delete the fixtures and migration or remember to pass those arguments. [#2702 state:committed] Signed-off-by: Michael Koziarski <michael@koziarski.com>