Closed mahkhaled closed 11 years ago
number_to_currency("10.5", unit: "", :locale => :en, precision: 0) It throw exception when inspector is "all" can't convert symbol to integer
It works properly when inspector is "missing"
fixed in v1.6.1 check commit https://github.com/BadrIT/translation_center/commit/63e2397ca0fdc2e3fa9f7c8736fcdcd4ca2a9448
number_to_currency("10.5", unit: "", :locale => :en, precision: 0) It throw exception when inspector is "all" can't convert symbol to integer
It works properly when inspector is "missing"