<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>activerecord/test/cases/callbacks_observers_test.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -293,14 +293,14 @@ module ActiveRecord
 
     private
       def callback(method)
-        notify(method)
-
         result = run_callbacks(method) { |result, object| result == false }
 
         if result != false &amp;&amp; respond_to_without_attributes?(method)
           result = send(method)
         end
 
+        notify(method)
+
         return result
       end
 </diff>
      <filename>activerecord/lib/active_record/callbacks.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a977f3e88e989cd7d795c46504451b4b1b4db79d</id>
    </parent>
  </parents>
  <author>
    <name>Craig Demyanovich</name>
    <email>cdemyanovich@mutuallyhuman.com</email>
  </author>
  <url>http://github.com/rails/rails/commit/aa1771668877f20ca044e8f45a9736fbb7c8402e</url>
  <id>aa1771668877f20ca044e8f45a9736fbb7c8402e</id>
  <committed-date>2008-06-03T11:38:00-07:00</committed-date>
  <authored-date>2008-06-03T11:38:00-07:00</authored-date>
  <message>Callbacks fire before notifying observers [#230 state:resolved]

Signed-off-by: Joshua Peek &lt;josh@joshpeek.com&gt;</message>
  <tree>8144566f85fcff4c94e6ccd993ad35c6d4688a1c</tree>
  <committer>
    <name>Joshua Peek</name>
    <email>josh@joshpeek.com</email>
  </committer>
</commit>
