* Refactoring and documenting class I came to this commit by looking for raw `where` method calls to the Article object. Originally, I was looking at `where.not(user_id: :id)` but found this service class. In this class, I saw some significant duplication and went with a bit of refactoring and some documentation. This refactoring removed some unnecessary guards and calculations (as documented inline). * Naming a constant and adding more documentation |
||
|---|---|---|
| .. | ||
| feeds | ||
| attributes_spec.rb | ||
| builder_spec.rb | ||
| creator_spec.rb | ||
| destroyer_spec.rb | ||
| enrich_image_attributes_spec.rb | ||
| feeds_spec.rb | ||
| suggest_spec.rb | ||
| suggest_stickies_spec.rb | ||
| updater_spec.rb | ||