lib/generators/documentation/scaffold/templates/resource.md.tt in documentation-zero-0.0.11 vs lib/generators/documentation/scaffold/templates/resource.md.tt in documentation-zero-0.0.12

- old
+ new

@@ -63,14 +63,12 @@ - `DELETE /<%= plural_name %>/1.json` will delete the <%= human_name.downcase %> with an ID of `1`. This endpoint will return `204 No Content` if successful. No parameters are required. ---- - ## Models -###### <%= class_name %> model +### <%= class_name %> model ```json { <% attributes.each do |attribute| -%> <% if attribute.password_digest? -%>