hollocherdale / dandelion

Choose adventure, crowd created.
http://dandelion.herokuapp.com/
1 stars 2 forks source link

Decorator gem #15

Closed hollocherdale closed 10 years ago

hollocherdale commented 10 years ago

Add the decorator gem to simplify the display of the adventures, handling the logic of signin/out, and the status of the story.

Therefore if a story is closed or open, the adventure can be rendered by calling @adventure.display, which will automatically handle the adventures state.

hollocherdale commented 10 years ago

This article: http://thepugautomatic.com/2014/03/draper/ presents a great case for not using Draper, so I will go this route instead.