Sha256: b13b3013b3af6bda4a2d307538eb942b79d6f3bb3a8700d98feb5cdb773956a3
Contents?: true
Size: 394 Bytes
Versions: 5
Compression:
Stored size: 394 Bytes
Contents
describe 'The Form View', -> describe 'Generating a form from a model', -> beforeEach -> Model = Backbone.Model.extend schema: field0: "hidden" field1: "text" field3: "boolean" field4: "blob" field5: collection: "sample" @model = new Model(field0:1,field1:"jonathan",field3:true,field4:"what up player?")
Version data entries
5 entries across 5 versions & 1 rubygems