Sha256: 387383d6136422a301901e0237a442735ca17b772e437e4b2946c3a740241bd9
Contents?: true
Size: 649 Bytes
Versions: 44
Compression:
Stored size: 649 Bytes
Contents
class Bundle < ActiveRecord::Base acts_as_node # This model was created especially to test a specific bug, that was # discovered with such classes as this. # It turns out that Node didn't create content object because no field of # placeholder model was rendered in form, thus no attribute of content object # was submitted. # # This class was added to test this bug, and to prevent regressions. # # Real life scenario: # At the moment of impllementing system, programmer knew he will need to # create bundles, however details about this funcionality wasn't fully clear. # Thus he created placeholder model. # end
Version data entries
44 entries across 44 versions & 1 rubygems