instance method
raise_invalid_identifier
Ruby on Rails 4.0.13
Since v4.0.13 Last seen in v6.0.6 PrivateSignature
raise_invalid_identifier(path)
No documentation comment.
Parameters
-
pathreq
Source
# File actionpack/lib/action_view/renderer/partial_renderer.rb, line 492
def raise_invalid_identifier(path)
raise ArgumentError.new(IDENTIFIER_ERROR_MESSAGE % (path))
end
Defined in actionpack/lib/action_view/renderer/partial_renderer.rb line 492
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::PartialRenderer