Flowdock
method

evaluate_assigns

Importance_0
v1.0.0 - Show latest stable - 0 notes - Class: ActionView::Base
evaluate_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/base.rb, line 321
      def evaluate_assigns
        unless @assigns_added
          assign_variables_from_controller
          @assigns_added = true
        end
      end
Register or log in to add new notes.