Skip to content

closure_tree:migration yields non plural class name #126

Open
@richkuo

Description

@richkuo

rails g closure_tree:migration tag

yields a migration file that contains non pluralized class name:

class CreateTagHierarchy

which should be:

class CreateTagHierarchies

this prevents rake db:migrate from running correctly

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions