carlosantoniodasilva/i18n_alchemy

I18n::Alchemy::Proxy#try do not work

Closed this issue · 0 comments

Example:

product = Product.first

product.price #=> 1.99
product.localized.price #=> 1,99

product.localized.try(:price) #=> 1.99

I will submit the pull request ASAP.