Marble


              
                GET /test_api/marble
              
                HTTP 200 OK
Content-Type: text/html; charset=utf-8
{
  "id": 1,
  "name": "Example Marble 1"
}
<?xml version="1.0" encoding="UTF-8"?>
<hash>
  <id type="integer">1</id>
  <name>Example Marble 1</name>
</hash>
Path Verb Controller#Action
marble GET test_api/marble#show
marble OPTIONS test_api/marble#options
marble/another_changed GET test_api/marble#another_changed_action
marble/changed GET test_api/marble#changed_action