<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>generators/comment/templates/create_comments.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,8 +1,13 @@
 class CommentGenerator &lt; Rails::Generator::Base
    def manifest
      record do |m|
-       m.directory('app/models')
-       m.file('comment.rb', 'app/models/comment.rb')
+       m.directory 'app/models'
+       m.file 'comment.rb', 'app/models/comment.rb'
+       m.migration_template &quot;create_comments.rb&quot;, &quot;db/migrate&quot;
      end
    end
+   # ick what a hack.
+   def file_name
+     &quot;create_comments&quot;
+   end
  end</diff>
      <filename>generators/comment/comment_generator.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4230173efc3c0433a02bad771a99e29974dc38d0</id>
    </parent>
  </parents>
  <author>
    <name>Chris Eppstein</name>
    <email>chris@eppsteins.net</email>
  </author>
  <url>http://github.com/jackdempsey/acts_as_commentable/commit/ec308fd1288dfe24560462967bc7ec442ef3e938</url>
  <id>ec308fd1288dfe24560462967bc7ec442ef3e938</id>
  <committed-date>2009-05-19T16:04:51-07:00</committed-date>
  <authored-date>2009-05-19T16:04:42-07:00</authored-date>
  <message>Generate a migration when you generate the model.</message>
  <tree>459e9b31ef8a57dbd55c5de69be168df55196978</tree>
  <committer>
    <name>Chris Eppstein</name>
    <email>chris@eppsteins.net</email>
  </committer>
</commit>
