<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -27,7 +27,7 @@ class EditSnip &lt; Dynasnip
     snip.save
     %{Saved snip #{Vanilla::Routes.link_to snip_attributes[:name]} ok}
   rescue Exception =&gt; e
-    snip_attributes[:created_at] = Time.now
+    snip_attributes[:created_at] ||= Time.now
     Soup &lt;&lt; snip_attributes
     %{Created snip #{Vanilla::Routes.link_to snip_attributes[:name]} ok}
   end</diff>
      <filename>lib/vanilla/dynasnips/edit.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>673781379135c35eaefb52a6b5546e889d44761c</id>
    </parent>
  </parents>
  <author>
    <name>James Adam</name>
    <email>james@lazyatom.com</email>
  </author>
  <url>http://github.com/lazyatom/vanilla-rb/commit/cb4fa30bcd6e7e276cc82d1f51ee85f4cfb77835</url>
  <id>cb4fa30bcd6e7e276cc82d1f51ee85f4cfb77835</id>
  <committed-date>2008-06-01T06:26:54-07:00</committed-date>
  <authored-date>2008-06-01T06:26:54-07:00</authored-date>
  <message>We should be able to explicitly set the created_at date for a snip, when creating through the web interface.</message>
  <tree>0b49eff25d9470a9b7204691139b8bfabd8704d2</tree>
  <committer>
    <name>James Adam</name>
    <email>james@lazyatom.com</email>
  </committer>
</commit>
