Sha256: a6dff7ab14f05cc73e5d42b6570e5bfc7854fa61b58153fa1c5332e0b88e7342
Contents?: true
Size: 208 Bytes
Versions: 15
Compression:
Stored size: 208 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>RestFromScratch</title> <%= stylesheet_link_tag :all %> <%= javascript_include_tag :defaults %> <%= csrf_meta_tag %> </head> <body> <%= yield %> </body> </html>
Version data entries
15 entries across 5 versions & 2 rubygems