Class: Money

Inherits:
Object
  • Object
show all
Defined in:
lib/workarea/ext/freedom_patches/money.rb

Instance Method Summary collapse

Instance Method Details

#as_jsonObject



4
5
6
# File 'lib/workarea/ext/freedom_patches/money.rb', line 4

def as_json(*)
  Money.mongoize(self)
end

#to_jsonObject



8
9
10
# File 'lib/workarea/ext/freedom_patches/money.rb', line 8

def to_json(*)
  as_json.to_json
end