method
raise_invalid_identifier
v7.2.3 -
Show latest stable
- Class:
ActionView::AbstractRenderer::ObjectRendering
raise_invalid_identifier(path)private
No documentation available.
# File actionview/lib/action_view/renderer/abstract_renderer.rb, line 61
def raise_invalid_identifier(path)
raise ArgumentError, IDENTIFIER_ERROR_MESSAGE % path
end