Padrinoでar:migrate時に自動的にannotateする

annotate_modelsの紹介 annotate_models を使うとmodelにスキーマ情報が付加されて見やすくなるので自分の観測範囲だとよく使われています。 # == Schema Information # # Table name: users # # id :integer not null, primary key # gitlab_user_id :integer # username :string(255) # email :string(255) # private_to…