module
v6.1.7.7 -
Show latest stable
-
0 notes
Provides a set of methods for making links and getting URLs that depend on the routing subsystem (see ActionDispatch::Routing). This allows you to use the same format for links in views and controllers.
Constants
STRINGIFIED_COMMON_METHODS = { get: "get", delete: "delete", patch: "patch", post: "post", put: "put", }.freeze
BUTTON_TAG_METHOD_VERBS = %w{patch put delete}