Skip to content

Instantly share code, notes, and snippets.

@solnic
Created May 14, 2010 10:07
Show Gist options
  • Save solnic/401002 to your computer and use it in GitHub Desktop.
Save solnic/401002 to your computer and use it in GitHub Desktop.
class Meta < DataMapper::Type
primitive ::Object
end
class User
include DataMapper::Resource
property :id, Serial
property :meta, Meta
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment