render some json

This commit is contained in:
Rimian Perkins 2019-09-14 18:17:45 +10:00
parent d100de9d19
commit 1c89252918
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@ module DiscoursePatrons
end
def show
head 200
result = { }
render json: result
end
def create