私の見解から
workshop/app/views/administration/dashboards/show.html.haml
パーシャルをレンダリングします
= render :partial => "administration/dasboards/activity_list"
しかし、私は不足しているテンプレートを取得しています:
Missing partial administration/dasboards/activity_list with {:locale=>[:fr], :formats=>[:html], :handlers=>[:erb, :builder, :coffee, :haml]}. Searched in:
* "/Users/yves/github/local/workshop/app/views"
しかし、私は自分の構造に持っています
views
dashboards
_activity_list.html.haml
別のコントローラーから別のビューをレンダリングしようとしましたが、うまくいきました..何が間違っているのでしょうか? (開発環境では...)