Slide 12
Slide 12 text
● Formats for views you can work on using cells: haml, hamlit,
erb, slim
● Cells can handle not only Active Records objects passed to it
- they are fine handling basically anything you want.
● Context withinh a cell rendered from controller contains its
data by default and passes it further
● You can also generate form inputs via Cells
● You can redefine #show method and pass arguments
Few other hints / informations