<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -89,6 +89,7 @@ module Engines
       view_path = File.join(directory, 'app', 'views')
       if File.exist?(view_path)
         ActionController::Base.view_paths.insert(1, view_path) # push it just underneath the app
+        ActionView::TemplateFinder.process_view_paths(view_path)
       end
     end
 </diff>
      <filename>lib/engines/plugin.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>652701c328abd25697cb17cee7f29dd22f0c077f</id>
    </parent>
  </parents>
  <author>
    <name>lazyatom</name>
    <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
  </author>
  <url>http://github.com/courtenay/engines/commit/8aaef7e81bf96a15e5e4f624eeb7b14601887c89</url>
  <id>8aaef7e81bf96a15e5e4f624eeb7b14601887c89</id>
  <committed-date>2008-04-13T06:46:59-07:00</committed-date>
  <authored-date>2008-04-13T06:46:59-07:00</authored-date>
  <message>It looks like view paths need to be 'processed' before they can be used. The new ActionView::TemplateFinder class is nice, but doesn't let us aribtrarily insert parts just before the default path, so we cant use append/prepend_view_path at the moment.

git-svn-id: http://svn.rails-engines.org/engines/trunk@683 61cc408d-6c04-0410-aff7-b3608aa29ce9</message>
  <tree>81ca63329089b2345edbdda8dd3cfdee94604304</tree>
  <committer>
    <name>lazyatom</name>
    <email>lazyatom@61cc408d-6c04-0410-aff7-b3608aa29ce9</email>
  </committer>
</commit>
