Skip to content

Instantly share code, notes, and snippets.

@teamon
Created August 2, 2008 19:25
Show Gist options
  • Save teamon/3759 to your computer and use it in GitHub Desktop.
Save teamon/3759 to your computer and use it in GitHub Desktop.
>> Product.properties[:created_at].type
=> DateTime
>> Product.properties[:deleted_at].type
=> DataMapper::Types::ParanoidDateTime
>> Product.properties[:type].type
=> #<Class:0x5cf2ec>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment