Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このハッシュの値の 1 つをオーバーライドする初期化子を作成しましたが、ビューでメソッド (number_to_currency) を呼び出したときの出力には影響しませんでした。
DEFAULT_CURRENCY_VALUES をオーバーライドしても機能しません。
これをロケール ファイルに追加する必要があります。
# for Brazilian Portuguese pt-BR: number: format: unit: "R$" separator: "," delimiter: "." precision: 2 significant: false strip_insignificant_zeros: false