Sat Dec 24
#
Tip
Don’t call your layout picking method
Tip
Don’t call your layout picking method pick_layout
If you are using a method to pick which layout to use for a controller, don’t do layout :pick_layout
as pick_layout
is reserved by Rails’ layout code. choose_layout
is fine.
#
“ Simple is not easy. ”
Eric Evans
#
“ Someone who has decided to write a novel, for example, will suddenly find that the house needs cleaning. ”
Paul Graham on procrastination