0
0
Fork 0

Give the replies collection an identifier and enable pagination (#10128)

This commit is contained in:
ThibG 2019-02-28 18:16:34 +01:00 committed by Eugen Rochko
parent 9d3c6f1849
commit d8498b3983
4 changed files with 67 additions and 3 deletions

View file

@ -56,6 +56,7 @@ Rails.application.routes.draw do
member do
get :activity
get :embed
get :replies
end
end