instance method _assigns

Ruby on Rails 3.0.20

Since v3.0.20 Last seen in v3.1.12 Private — implementation detail, not part of the public API

Available in: v3.0.20 v3.1.12

Signature

_assigns()

No documentation comment.

Source
# File actionpack/lib/action_view/test_case.rb, line 205
      def _assigns
        ActiveSupport::Deprecation.warn "ActionView::TestCase#_assigns is deprecated and will be removed in future versions. " <<
          "Please use view_assigns instead."
        view_assigns
      end

Defined in actionpack/lib/action_view/test_case.rb line 205 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionView::TestCase::Behavior

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close