Sha256: 7bc7710d922aaa2505a2d8f0447ea733740e3102dde9b1806c3d8b808a542e3f
Contents?: true
Size: 533 Bytes
Versions: 21
Compression:
Stored size: 533 Bytes
Contents
h1. The <%= @place %> Template for RedCloth "Home":<%= Rs(:/) %> Here you can pass some stuff if you like, parameters are just passed like this:<br /> "<%= @place %>/one":<%= Rs(@place, :one) %><br /> "<%= @place %>/two/three":<%= Rs(@place, :two, :three) %><br /> "<%= @place %>/one?foo=bar":<%= Rs(@place, :foo => :bar) %> The arguments you have passed to this action are:<br /> <% if @args.empty? %> none <% else %> <% @args.each do |arg| %> <span><%= arg %></span> <% end %> <% end %> <%= request.params.inspect %>
Version data entries
21 entries across 21 versions & 5 rubygems