module
ActionView::AbstractRenderer::ObjectRendering
v7.2.3 -
Show latest stable
No documentation available for this module.
Constants
IDENTIFIER_ERROR_MESSAGE = "The partial name (%s) is not a valid Ruby identifier; " \\\n"make sure your partial name starts with underscore."
OPTION_AS_ERROR_MESSAGE = "The value (%s) of the option `as` is not a valid Ruby identifier; " \\\n"make sure it starts with lowercase letter, " \\\n"and is followed by any combination of letters, numbers and underscores."
PREFIXED_PARTIAL_NAMES = Concurrent::Map.new do |h, k|\nh.compute_if_absent(k) { Concurrent::Map.new }\nend
Files
- actionview/lib/action_view/renderer/abstract_renderer.rb