Sha256: 742531de5ae36bdcd697fa36b5947d69489ac4432f3939834b8bbcc01208f9c6

Contents?: true

Size: 196 Bytes

Versions: 5

Compression:

Stored size: 196 Bytes

Contents

<pre class="prettyprint lang-rb">ApiTaster.routes do

    <% routes.each do |route| %>
  <%= route[:verb].downcase %> '<%= route[:path] %>', <%= route[:params] || '{}' %>

    <% end %>
end</pre>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lurker-0.5.4 lib/lurker/templates/lurker/rendering/_route_definitions.html.erb
lurker-0.5.3 lib/lurker/templates/lurker/rendering/_route_definitions.html.erb
lurker-0.5.2 lib/lurker/templates/lurker/rendering/_route_definitions.html.erb
lurker-0.5.1 lib/lurker/templates/lurker/rendering/_route_definitions.html.erb
lurker-0.5.0 lib/lurker/templates/lurker/rendering/_route_definitions.html.erb