Method deprecated
This method is deprecated on the latest stable version of Rails.
The last existing version (v2.1.0) is shown here.
evaluate_assigns()
private
Evaluate the local assigns and pushes them to the view.
Show source
def evaluate_assigns
unless @assigns_added
assign_variables_from_controller
@assigns_added = true
end
end