Sha256: 7f8f9a64a139ca379ad280313d6bd03b6641aa3aabf81500aac43aa68c3c70e4

Contents?: true

Size: 396 Bytes

Versions: 2

Compression:

Stored size: 396 Bytes

Contents

#### <%= request.method %> <%= request.path %>

<%= information[:note] %>

| Param | Value |
| ----- | ----- |
<%= table_entries = []
  request.params.except(:controller, :action, :format).each do |param, value|
    table_entries << "| #{param} | #{value} |"
  end
  table_entries.join("\n") %>

Response: <%= response.status %>
```json
<%= JSON.pretty_generate(JSON.parse(response.body)) %>
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
smashing_docs-1.0.0 lib/templates/real_template.md
smashing_docs-0.1.0 lib/templates/real_template.md