Sha256: 34c9d9539e72f664f7c7f45cde8b187ceade185f6f4f3ad6d0dfbab5b93c45eb
Contents?: true
Size: 477 Bytes
Versions: 12
Compression:
Stored size: 477 Bytes
Contents
<div class="api-resource"> <article> <%= htmlify(@docstring) %> </article> <% c = options[:controllers].detect { |c| c.has_tag?(:note) } %> <% c && c.tags(:note).each do |tag| %> <blockquote class="note"> <p><strong>Note</strong></p> <%= htmlify tag.text %> </blockquote> <% end %> <% unless options.all_resources %> <%= erb "endpoints" %> <% end %> <% if @json_objects.any? %> <%= erb "object_synopses" %> <% end %> </div>
Version data entries
12 entries across 12 versions & 1 rubygems