Jingyuan Zhao
Results
3
comments of
Jingyuan Zhao
Unfortunately `layout` is not supported yet. But I'll work on it!
As a alternative solution for now, you may define a helper for the layout. ```rb # app/helpers/application_helper.rb module ApplicationHelper def my_layout() { success: true, data: yield } end end ```...
@shettytejas There is a work around i think. ``` # in simple_json.rb controller.head :created ```