Modules: BlankMongoizing
mongoize
15 16 17
# File 'lib/workarea/ext/freedom_patches/money.rb', line 15 def as_json(*) Money.mongoize(self) end
19 20 21
# File 'lib/workarea/ext/freedom_patches/money.rb', line 19 def to_json(*) as_json.to_json end