<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,5 @@
 class CommentsController &lt; ApplicationController
-  before_filter :authorize, :except=&gt;:create
+  before_filter :is_admin?, :except=&gt;:create
   layout 'admin'
 
   # GET /comments</diff>
      <filename>app/controllers/comments_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 class PresentationsController &lt; ApplicationController
-  before_filter :authorize, :except=&gt;:show
+  before_filter :is_admin?, :except=&gt;:show
   protect_from_forgery :except =&gt; [:swap]
   layout 'admin'
 </diff>
      <filename>app/controllers/presentations_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 class RoomsController &lt; ApplicationController
-  before_filter :authorize
+  before_filter :is_admin?
   layout 'admin', :except=&gt;:new
   
   # GET /rooms</diff>
      <filename>app/controllers/rooms_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 class TimeslotsController &lt; ApplicationController
-  before_filter :authorize
+  before_filter :is_admin?
   layout 'admin', :except=&gt;[:edit,:new]
   
   # GET /timeslots</diff>
      <filename>app/controllers/timeslots_controller.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>52717b022fdb58180f00e578511deae9b584b7d8</id>
    </parent>
  </parents>
  <author>
    <name>cleiby</name>
    <email>carl.leiby@gmail.com</email>
  </author>
  <url>http://github.com/carlism/barcamp_schedule/commit/11291e93a0a26e90e340f5792c01ef2907a9cbc1</url>
  <id>11291e93a0a26e90e340f5792c01ef2907a9cbc1</id>
  <committed-date>2009-11-11T10:10:58-08:00</committed-date>
  <authored-date>2009-11-11T10:10:58-08:00</authored-date>
  <message>fixed admin login authorization</message>
  <tree>818be9073f4dbabcb5c22b1e6638a86798c538bc</tree>
  <committer>
    <name>cleiby</name>
    <email>carl.leiby@gmail.com</email>
  </committer>
</commit>
