We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
annotate -e
annotate -e doesn't skip serializers by default
However, annotate -i -k -e serializers does work.
annotate -i -k -e serializers
Looks like exclude_serializers missing from this list of flags:
exclude_serializers
annotate_models/lib/annotate.rb
Line 25 in c479e5a
The text was updated successfully, but these errors were encountered:
I'm running 2.6.10 by the way.
Sorry, something went wrong.
Is this still an issue with the latest version?
No branches or pull requests
annotate -e
doesn't skip serializers by defaultHowever,
annotate -i -k -e serializers
does work.Looks like
exclude_serializers
missing from this list of flags:annotate_models/lib/annotate.rb
Line 25 in c479e5a
The text was updated successfully, but these errors were encountered: