Sha256: edda0d347ae92628cb8cc26a85d6e5ccc77c63d5b3d6b27d148208a195ed4f81

Contents?: true

Size: 294 Bytes

Versions: 15

Compression:

Stored size: 294 Bytes

Contents

module Ardm
  module Fixtures
    class Bookmark < Ardm::Record
      self.table_name = "bookmarks"

      property :id, Serial

      property :title,  String, :length => 255
      property :shared, Boolean
      property :uri,    URI
      property :tags,   Yaml
    end # Bookmark
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ardm-0.4.0.ar427 spec/fixtures/bookmark.rb
ardm-0.4.0 spec/fixtures/bookmark.rb
ardm-0.3.2 spec/fixtures/bookmark.rb
ardm-0.3.1 spec/fixtures/bookmark.rb
ardm-0.3.0 spec/fixtures/bookmark.rb
ardm-0.2.7 spec/fixtures/bookmark.rb
ardm-0.2.6 spec/fixtures/bookmark.rb
ardm-0.2.5 spec/fixtures/bookmark.rb
ardm-0.2.4 spec/fixtures/bookmark.rb
ardm-0.2.3 spec/fixtures/bookmark.rb
ardm-0.2.2 spec/fixtures/bookmark.rb
ardm-0.2.1 spec/fixtures/bookmark.rb
ardm-0.2.0 spec/fixtures/bookmark.rb
ardm-0.1.0 spec/fixtures/bookmark.rb
ardm-0.0.1 spec/fixtures/bookmark.rb