You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running the rails g annotate:install command, the new rake task file is created, at lib/tasks/auto_annotate_models.rake.
However, when running rake -T, there appear to be no rake tasks for annotation. In other words, the descriptions for the annotation tasks are not being found (or displayed).