Sha256: b3b3a8e825eaaa8b2efa5f74fac2f12d5db3a1e4385c650cf500d4dbb4cb4bb1
Contents?: true
Size: 248 Bytes
Versions: 22
Compression:
Stored size: 248 Bytes
Contents
class MainController < Ramaze::Controller engine :RedCloth layout :layout def index @hello = "Hello, World!" '<% 10.times do %> %<%= @hello %>% <% end %>' end def layout '<html><body><%= @content %></body></html>' end end
Version data entries
22 entries across 22 versions & 4 rubygems