Migrating from [`annotate_models`](https://github.com/ctran/annotate_models/), I've noticed that routes are no longer annotated after running migration tasks. `annotate_models` [had this functionality](https://github.com/ctran/annotate_models/blob/develop/lib/tasks/annotate_models_migrate.rake), while it seems this gem [no longer does](https://github.com/drwl/annotaterb/blob/main/lib/annotate_rb/tasks/annotate_models_migrate.rake#L32). Could we get this functionality added in?
Migrating from
annotate_models, I've noticed that routes are no longer annotated after running migration tasks.annotate_modelshad this functionality, while it seems this gem no longer does.Could we get this functionality added in?