<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>generators/has_messages/templates/message_notification.html.erb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -41,8 +41,9 @@ Other than running ./script/generate has_messages --email
 All you need to do is to make sure your ActionMailer configuration is added to
 your environment
 
-You can edit the template of the email at
-app/views/notifier/message_notification.html.erb
+Remember to edit the template of the email at
+app/views/notifier/message_notification.html.erb to take into account the
+attributes of your User model
 
 === Mixin
 </diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -13,13 +13,11 @@ class HasMessagesGenerator &lt; Rails::Generator::Base
         m.directory 'app/views/notifier'
         m.template 'message_with_email.rb', File.join('app/models', &quot;message.rb&quot;)
         m.template 'notifier.rb', File.join('app/models', &quot;notifier.rb&quot;)
-        m.template 'views/message_notification.html.erb', File.join('app/views/notifier', &quot;message_notification.html.erb&quot;)
+        m.file 'message_notification.html.erb', File.join('app/views/notifier', &quot;message_notification.html.erb&quot;), :collision =&gt; :overwrite
       else
         m.template 'message.rb', File.join('app/models', &quot;message.rb&quot;)
       end
 
-
-
       unless options[:skip_migration]
         m.migration_template 'migration.rb', 'db/migrate', :assigns =&gt; {
           :migration_name =&gt; &quot;CreateMessages&quot;</diff>
      <filename>generators/has_messages/has_messages_generator.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>generators/has_messages/templates/views/message_notification.html.erb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>8597471b30d1434528f612de1f850b621e9b258f</id>
    </parent>
  </parents>
  <author>
    <name>David Chua</name>
    <email>zhchua@gmail.com</email>
  </author>
  <url>http://github.com/davidchua/has_messages/commit/7368fbb70f1b0710c533a784eb16ebeff3c90c6b</url>
  <id>7368fbb70f1b0710c533a784eb16ebeff3c90c6b</id>
  <committed-date>2009-10-19T21:57:01-07:00</committed-date>
  <authored-date>2009-10-19T21:57:01-07:00</authored-date>
  <message>Fixed bug in generator that prevents view from copying</message>
  <tree>1b05a10d3956a870696aefa7a5b7484ac07b0bd5</tree>
  <committer>
    <name>David Chua</name>
    <email>zhchua@gmail.com</email>
  </committer>
</commit>
