Flowdock
method

assign_variables_from_controller

Importance_0
v1.0.0 - Show latest stable - 0 notes - Class: ActionView::Base
assign_variables_from_controller() 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/base.rb, line 332
      def assign_variables_from_controller
        @assigns.each { |key, value| instance_variable_set("@#{key}", value) }
      end
Register or log in to add new notes.