private Method

Base.evaluate_assigns

Evaluate the local assigns and pushes them to the view.

Source Code

# File action_view/base.rb, line 362
def evaluate_assigns
  unless @assigns_added
    assign_variables_from_controller
    @assigns_added = true
  end
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.