aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/generators/active_record/observer
Commit message (Collapse)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-232-17/+0
| | | | former since it's less obstrusive.
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-182-0/+17
rspec:install generator, you need generators/rspec/install_generator in your load path.