Flowdock
method

add_variables_to_assigns

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: ActionController::Base
add_variables_to_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_controller/base.rb, line 1196
      def add_variables_to_assigns
        unless @variables_added
          add_instance_variables_to_assigns
          add_class_variables_to_assigns if view_controller_internals
          @variables_added = true
        end
      end
Register or log in to add new notes.