Add a .rake file that automatically annotates models when you do a db:migrate in development mode:
rails generate annotate:install
Add a .rake file that automatically annotates models when you do a db:migrate in development mode:
rails generate annotate:install