Sha256: c2eb135f9008158a5fe263884b93dac506648035d3ee03f839e1c0323867701b
Contents?: true
Size: 297 Bytes
Versions: 7
Compression:
Stored size: 297 Bytes
Contents
<!DOCTYPE html> <% $order << :layout_start if $order %> start_of_layout order: <%= $order.inspect %> <html> <head> <title>rails_spec_application layout_default</title> </head> <body> <%= yield %> </body> </html> <% $order << :layout_end if $order %> end_of_layout order: <%= $order.inspect %>
Version data entries
7 entries across 7 versions & 1 rubygems