Skip to content

does rails enforce data-method "GET" be uppercase? #507

Description

@nathanallen

At a glance it seems possible that the data-method value could be a lowercase "get", which would fail this check

if (metaClick && (!method || method === 'GET') && !data) { return true; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions