Commit 79840657 authored by Ciro Santilli's avatar Ciro Santilli

Improve formatting of app/finders/README.md

parent bbc52b00
# Finders
This type of classes responsible for collectiong items based on different conditions.
This type of classes responsible for collection items based on different conditions.
To prevent lookup methods in models like this:
```ruby
......@@ -19,4 +19,4 @@ Better use this:
issues = IssuesFinder.new.execute(project, user, filter)
```
It will help keep models thiner
It will help keep models thiner.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment