Sha256: caa82e81322d0764fd09422993ecf1175ab879cbe89f9e45c16ecc3059575c59
Contents?: true
Size: 258 Bytes
Versions: 119
Compression:
Stored size: 258 Bytes
Contents
FactoryBot.define do factory :layout do name { 'Main Layout' } content { <<-CONTENT } <html> <head> <title><r:title /></title> </head> <body> <r:content /> </body> </html> CONTENT end end
Version data entries
119 entries across 119 versions & 1 rubygems