In Ruby on Rails, how is view code able to use instance variables that are set inside the controller
- by Jian Lin
In Ruby on Rails, how is an ActionView object able to access the instance variables of ActionController object (how is view code able to use instance variables that are set inside the controller code)?