instance method raise_invalid_identifier

Ruby on Rails 6.0.6

Since v4.0.13 Last seen in v6.0.6 Private

Available in: v4.0.13 v4.1.16 v4.2.9 v5.2.8.1 v6.0.6

Signature

raise_invalid_identifier(path)

No documentation comment.

Parameters

path req
Source
# File actionview/lib/action_view/renderer/partial_renderer.rb, line 554
      def raise_invalid_identifier(path)
        raise ArgumentError.new(IDENTIFIER_ERROR_MESSAGE % (path))
      end

Defined in actionview/lib/action_view/renderer/partial_renderer.rb line 554 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionView::PartialRenderer

Type at least 2 characters to search.

↑↓ navigate · open · esc close