mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
set preload
This commit is contained in:
parent
c41c99992d
commit
0efa3b40c3
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ defmodule PhilomenaWeb.TagView do
|
||||||
sort: %{images: :desc}
|
sort: %{images: :desc}
|
||||||
},
|
},
|
||||||
%{page_size: 40},
|
%{page_size: 40},
|
||||||
Tag
|
Tag |> preload(:implied_tags)
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue