Slide 8
Slide 8 text
4
http://robots.thoughtbot.com/post/50655960596/sandi-metz-rules-for-developers
Sandi Metz’ rules for developers
Controllers can instantiate
only one object.
Therefore, views can only know about one instance
variable and views should only send messages to that
object (@object.collaborator.value is not allowed)