「新しい」アクション用と「編集」アクション用の2つの異なるフォームが必要になる状況になりました。
現在、私の新しいアクションビューには
= render 'form'
しかし、編集用に別のフォームを作成しようとすると
アクションビューの編集
= render 'form2'
それは動作しませんそれはのエラーメッセージを返します
Google_categories_to_masters#editのActionView ::MissingTemplate
3行目でC:/master/EDM/app/views/google_categories_to_masters/edit.html.erbを表示しています。
{:handlers => [:erb、:builder、:coffee、:haml]、:formats => [:html]、:locale => [:en、:en]}を含む部分的なgoogle_categories_to_masters / form2、application/form2がありません。検索対象:* "C:/master/EDM/app/views" * "C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/kaminari-0.13.0/app/views" * "C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/devise-1.4.7/app/views"
Railsアプリケーションでできることを誰かに教えてもらえますか?