Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
TLD monetize class
  • Loading branch information
dhulihan committed May 12, 2014
1 parent e1fcb1f commit aafaf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fletcher/models/base.rb
Expand Up @@ -18,7 +18,7 @@ def parse(data)
# model.price.currency.symbol # => '$'
def parse_price(raw_price = nil)
return if raw_price.nil?
self.price = Monetize.parse(raw_price)
self.price = ::Monetize.parse(raw_price)
end
end # Base
end # Model
Expand Down

0 comments on commit aafaf66

Please sign in to comment.