render some json
This commit is contained in:
parent
d100de9d19
commit
1c89252918
|
@ -15,7 +15,9 @@ module DiscoursePatrons
|
|||
end
|
||||
|
||||
def show
|
||||
head 200
|
||||
result = { }
|
||||
|
||||
render json: result
|
||||
end
|
||||
|
||||
def create
|
||||
|
|
Loading…
Reference in New Issue