-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
The old gem would leave my class doc where I put it - right before the class:
# Schema information
# ...
# My doc about MyModel
class MyModel < ...
annotaterb is moving my class doc to the top of the file:
# My doc about MyModel
# Schema information
# ...
#
class MyModel < ...
I would very much like for annotaterb to leave my doc right before my class. I don't see that as an option.
And as a footnote, I wonder what is the difference between top/before and bottom/after.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels