Where do folks generally document their database attributes?
They appear as attributes (or methods) to the model. Is there a way to add pseudo methods so that rdoc picks them up along with their documentation but they are not really defined in the ruby code? Or do people just add comments for the model class and document the fields there?
Also, as I recall, somewhere there is a tool that will run and pull the fields from the DB (or the migration?) and put them as comments in the model. Does that tool still exist?
Thank you, Perry