Slide 15
Slide 15 text
Applying to Rails
A controller within a box inherits ApplicationController
in the
main box.
You can evaluate controller and model logic within the child box,
And once the controller logic is complete, transparently transfer
process to the controller running in the main box.
Render views in the main box.
Views invoke model method, the logic works on the child box.
15