Flowdock
method

extract_local_assigns

Importance_0
v1.0.0 - Show latest stable - 0 notes - Class: ActionView::Partials
extract_local_assigns(local_assigns, deprecated_local_assigns) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_view/partials.rb, line 106
      def extract_local_assigns(local_assigns, deprecated_local_assigns)
        local_assigns.is_a?(Hash) ? local_assigns : deprecated_local_assigns
      end
Register or log in to add new notes.