This method is deprecated or moved on the latest stable version.
The last existing version (v2.1.0) is shown here.
evaluate_assigns()
private
Evaluate the local assigns and pushes them to the view.
# File actionpack/lib/action_view/base.rb, line 326
def evaluate_assigns
unless @assigns_added
assign_variables_from_controller
@assigns_added = true
end
end