Skip to content

Instantly share code, notes, and snippets.

@skylar
Created August 23, 2012 00:01
Show Gist options
  • Select an option

  • Save skylar/3430735 to your computer and use it in GitHub Desktop.

Select an option

Save skylar/3430735 to your computer and use it in GitHub Desktop.
Money type for DM
require 'dm-core'
require 'money'
module DataMapper
class Property
class Money < String
load_as ::Money
dump_as ::Money
coercion_method :to_money
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment