Flowdock

No documentation

This module has no description. You can help the Ruby on Rails community by adding new notes.

Constants

DEFAULT_PARSERS = { Mime[:json].symbol => -> (raw_post) { data = ActiveSupport::JSON.decode(raw_post) data.is_a?(Hash) ? data : { _json: data } } }

PARAMETERS_KEY = "action_dispatch.request.path_parameters"

Attributes

[R] parameter_parsers

Returns the parameter parsers.

Show files where this module is defined (1 file)
Register or log in to add new notes.