My situation:
- I added got annotate-models (1.0.4) to my rails project.
- Ran "bundle install". The pearls are indicated when I make the "package list".
- I created a simple model using "rails generate model ..."
- I did: "rake db: migrate"
- I did: "annotate"
Result: 6. “annotate” returns “Nothing annotated!”. 7. My model class remains without annotations.
Any idea on what might be wrong?
Thank!
source
share