views:

70

answers:

2
A: 

I can't think of an automated way to do this, other than editing the generator code.

You could consider using a snippet for your editor of choice.

Steve Weet
+1  A: 

You could run a rake test to add the headers to all the files. Check out how it works on the Annotate gem (http://github.com/ctran/annotate_models). You'll likely have to run it on all your .rb files, but the main idea sustains.

Yaraher
The link you provided does not work.
JRL
There seems to be an issue in linking a direct file on Github. I've linked to the Gem. The file of interest would be the one located at /lib/annotate/annotate_models.rb
Yaraher