我正在與書第四版,我已經完成發送確認電子郵件部分,但是當我在瀏覽器中進行測試時,我有一個問題,當我下訂單..在書中在這種(圖12.2:我們的結帳屏幕)RoR電子郵件與第四版書
::的ActionView在MissingTemplate訂單#創建顯示C:/Sites/final/app/views/notifier/order_received.text.erb其中線#7提出:
使用{:locale => [:en],:formats => [:text],:handlers => [:erb,:builder,:jbuilder,:coffee]}缺少部分line_items/line_item。搜尋在:* 「C:/站點/最終/應用程序/意見」
提取的源(圍繞線#7):
4:
5: You ordered the following items:
6:
7: <%= render @order.line_items %>
8:
9: We'll send you a separate e-mail when your order ships.
Rails.root:C:/站點/最終
應用程序跟蹤|框架跟蹤|完整跟蹤app/views/notifier/order_received.text.erb:7:在_app_views_notifier_order_received_text_erb___555088091_31657836'app/mailers/notifier.rb:12:inorder_received'app/controllers/orders_controller.rb:58:在創建'app/controllers/orders_controller.rb:54:增加'
任何想法???
請使用四個空格縮進源代碼示例以獲取正確的格式。它使你的問題更容易閱讀。 – tadman