This is a hypothetical and experimental interface change. The goal of the change is to begin looking at what a "Feed"'s method interface would look like. I would like to reduce the controller logic necessary for deciding on different strategies, and instead defer to a builder/strategy lookup pattern. |
||
|---|---|---|
| .. | ||
| feeds | ||
| attributes.rb | ||
| builder.rb | ||
| creator.rb | ||
| destroyer.rb | ||
| enrich_image_attributes.rb | ||
| get_user_stickies.rb | ||
| suggest.rb | ||
| suggest_stickies.rb | ||
| updater.rb | ||