ruby 1.9.2 と rails 3 を使用しています。アプリケーションの実行中に次のエラーが発生します。
エラー:
undefined method `symbolize_keys!' for 2:Fixnum line #606 raised:
コード: 行番号 606
<%= f.text_field :total_amount ,:label=>'Grand Total',:value =>number_with_precision(0,2),:readonly=>true %>
アプリケーション トレース:
actionpack (3.0.0) lib/action_view/helpers/number_helper.rb:238:in `number_with_precision'
app/views/cashier/cashier/billing.rhtml:606:in `block (2 levels) in _app_views_cashier_cashier_billing_rhtml__3412897403160140582_59881040__1001215579093570677'
actionpack (3.0.0) lib/action_view/helpers/capture_helper.rb:39:in `block in capture'
actionpack (3.0.0) lib/action_view/helpers/capture_helper.rb:171:in `with_output_buffer'
actionpack (3.0.0) lib/action_view/helpers/capture_helper.rb:39:in `capture'
このエラーを修正するのを手伝ってください。前もって感謝します!!!