Skip to content

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

Closed
@nathanallen

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions