Merge pull request #173 from shikorism/koresuki

チェックインに対する「いいね」機能
This commit is contained in:
shibafu
2019-04-17 19:55:42 +09:00
committed by GitHub
31 changed files with 535 additions and 136 deletions

View File

@@ -28,6 +28,7 @@ class SearchController extends Controller
->where('is_private', false)
->orderBy('ejaculated_date', 'desc')
->with(['user', 'tags'])
->withLikes()
->paginate(20)
->appends($inputs);