1
0
mirror of synced 2026-08-05 14:47:03 +00:00

render some json

This commit is contained in:
Rimian Perkins
2019-09-14 18:17:45 +10:00
parent d100de9d19
commit 1c89252918
+3 -1
View File
@@ -15,7 +15,9 @@ module DiscoursePatrons
end
def show
head 200
result = { }
render json: result
end
def create