Sha256: 11743b80b28f97d4058e689f644ff5a097d045e492fb9ccc3e3474e2aac9f9ce
Contents?: true
Size: 472 Bytes
Versions: 14
Compression:
Stored size: 472 Bytes
Contents
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html main: id: 1 name: Home Page content: | <html> <head> <title><r:title /></title> </head> <body> <r:content /> </body> </html> utf8: id: 2 name: UTF-8 Layout content_type: text/html;charset=utf8 content: | <html> <head> <title><r:title /></title> </head> <body> <r:content /> </body> </html>
Version data entries
14 entries across 14 versions & 1 rubygems