Skip to content

Application Layout Support #7

@shetty-tejas

Description

@shetty-tejas

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions