Sha256: c96cbaa6a00d95021c65dbb0d5c448c1016569fed435b8c04ae3e8c24c0167c0

Contents?: true

Size: 220 Bytes

Versions: 3

Compression:

Stored size: 220 Bytes

Contents

class User < NanoStore::Model
  attribute :name
  attribute :age
  attribute :created_at
end

class Plane < NanoStore::Model
  attribute :name
  attribute :age
end

class Listing < NanoStore::Model
  attribute :name
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nano-store-0.6.2 spec/spec_helper.rb
nano-store-0.6.1 spec/spec_helper.rb
nano-store-0.6.0 spec/spec_helper.rb