Sha256: 841855502344b40fb54ceef72882655b2f5db87dfe4ae675628eccc4f6067766
Contents?: true
Size: 251 Bytes
Versions: 31
Compression:
Stored size: 251 Bytes
Contents
FactoryGirl.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
31 entries across 31 versions & 1 rubygems