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