-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
application.simple_json.rb
{
success: true,
data: yield
}some_action.simple_json.rb
{
test_one: 'success',
test_two: 'success'
}Expected Output:
{
success: true,
data: {
test_one: 'success',
test_two: 'success'
}
}Actual Output:
{
test_one: 'success',
test_two: 'success'
}How can I add application.simple_json.rb support?
AZQ1994
Metadata
Metadata
Assignees
Labels
No labels