Skip to content

ensure_index doesn't support key abbr's #1

Description

@spinosa

given
key :something_long, String, :abbr => :s

running

Model.ensure_index(:something_long) 
#FAILS (should work)

#but...
Model.ensure_index(:s) 
#WORKS (should work)

an oversight, needs to be implemented

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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