Sha256: a34a3aa933d84df35c4d76e9052002ee36ac3f4f7781c76186d6a89abf88b875

Contents?: true

Size: 199 Bytes

Versions: 3

Compression:

Stored size: 199 Bytes

Contents

class Vanilla
  include DataMapper::Resource
  property :id,         Serial
  property :name,       String
  property :likes,      Text, :lazy => false
  property :updated_on, DateTime
end # Vanilla

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
shanna-dm-sphinx-adapter-0.4 test/files/resource_vanilla.rb
shanna-dm-sphinx-adapter-0.5 test/files/resource_vanilla.rb
dm-sphinx-adapter-0.5 test/files/resource_vanilla.rb