Sha256: 3a9076f372a908196f3c1f546bee486b07bed8aa33d74c4396680cdc62659edb
Contents?: true
Size: 194 Bytes
Versions: 14
Compression:
Stored size: 194 Bytes
Contents
Post.create(:choice => "one", :archived => true) Post.create(:choice => "two", :archived => false) Post.create(:choice => "three", :archived => nil) Post.create(:choice => nil, :archived => nil)
Version data entries
14 entries across 14 versions & 1 rubygems