Annotate Your Models
One of the primary functions of any ORM (e.g. Active::Record) is to provide all those neat little “ghost” methods to manipulate your persistent data. The problem is that ghosts are invisible. It can be frustrating to open a model file and see nothing about the model’s attributes. For Active::Record the solution is the annotate gem.
sudo...

