Template : modify file to add code

Hello,

When using rails templates (http://github.com/jeremymcanally/rails-templates/tree/master), is it possible to complete a file and to add code in this file ?

For example, i create a model "home" and i would like to insert a "validates_of" condition. How can i do that ?

thanks Bye