Add Pixel.restaurants property
- the property loads all `Restaurant`s from the database that are within the `Pixel`
This commit is contained in:
parent
08b748c867
commit
63e8e94145
3 changed files with 58 additions and 2 deletions
|
|
@ -172,6 +172,9 @@ per-file-ignores =
|
|||
WPS202,WPS204,WPS214,
|
||||
# Do not check for Jones complexity in the test suite.
|
||||
WPS221,
|
||||
# "Private" methods are really just a convention for
|
||||
# fixtures without a return value.
|
||||
WPS338,
|
||||
# We do not care about the number of "# noqa"s in the test suite.
|
||||
WPS402,
|
||||
# Allow closures.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue