active_record-annotate
active_record-annotate copied to clipboard
Add Support for Ignoring Models with `config.ignored_models`
Solves #13
Sorry I didn't mention this earlier but I don't think we need another means of configuration since the gem already has one. Could you please just add the ignored_models option there?
Jeez that sucks. I guess I didn't read the readme well enough because there is no configurator example shown.
I've added specs however I cannot test ignored_models during annotation as the test suite doesn't seem to support the implemented method for translating the file name to class. Likely you would need to add a full Rails app to the test suite.
I have some other more important tasks on the go right now. Do you have any interest in picking up this PR and finishing the specs for it?
@westonganger currently I can't, sorry. Maybe in a few weeks.