Is it possible to annotate only one model in Ruby on Rails?

Working with a large code base, and I hesitate to run annotation on all models. Can I use the annotated Rails plugin to simply annotate one model at a time?

+5
source share
2 answers

I am looking at the source of annotations 2.0.0, and the only parameters to the rake task are some basic keys. It does not accept any other arguments or switches. I would suggest that you were unlucky in the old way.

This is a really simple stone. You can always make changes yourself and send it back to the project. Open source has its advantages. =]

+4
source

All Articles