<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>test/app/controllers/application_controller.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,8 @@
-require_dependency 'application'
+begin
+  require_dependency 'application_controller'
+rescue LoadError =&gt; e
+  require_dependency 'application'
+end
 
 module ResourceController
   ACTIONS           = [:index, :show, :new_action, :create, :edit, :update, :destroy].freeze</diff>
      <filename>lib/resource_controller.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>test/app/controllers/application.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>fad211fe02802728f5aa982122c594090a56bb40</id>
    </parent>
  </parents>
  <author>
    <name>James Golick</name>
    <email>james@giraffesoft.ca</email>
  </author>
  <url>http://github.com/shadow11/resource_controller/commit/fae84700a8fde0c1c9438611ee41518a43b41c92</url>
  <id>fae84700a8fde0c1c9438611ee41518a43b41c92</id>
  <committed-date>2009-02-20T11:14:19-08:00</committed-date>
  <authored-date>2009-02-20T11:14:19-08:00</authored-date>
  <message>expect application controller to be called application_controller, and fallback to application if not</message>
  <tree>3fe79d904603e91120cc55fcbcbd5a3870326aaa</tree>
  <committer>
    <name>James Golick</name>
    <email>james@giraffesoft.ca</email>
  </committer>
</commit>
