about summary refs log tree commit diff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-02-28 18:16:34 +0100
committerEugen Rochko <eugen@zeonfederated.com>2019-02-28 18:16:34 +0100
commitd8498b39838eb352a9b268e0f22b1b025320dc73 (patch)
tree0a1d8fd3dd955ede6f000f965c508106e21d0753 /config/routes.rb
parent9d3c6f1849120e732a9230959cb302575765ea8c (diff)
Give the `replies` collection an identifier and enable pagination (#10128)
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index ded62981d..9a83d0f88 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -56,6 +56,7 @@ Rails.application.routes.draw do
       member do
         get :activity
         get :embed
+        get :replies
       end
     end