Skip to content

annotaterb is moving my class doc #201

@kwerle

Description

@kwerle

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions