Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rm -rf rails_generator/generators | José Valim | 2009-07-02 | 4 | -56/+0 |
| | |||||
* | Add an model_subclass generator. | Fabien Jakimowicz | 2009-05-27 | 4 | -0/+56 |
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> |