<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,21 +3,21 @@ class UserMailer &lt; ActionMailer::Base
     setup_email(user)
     @subject    += 'Please activate your new account'
   
-    @body[:url]  = &quot;http://YOURSITE/activate/#{user.activation_code}&quot;
+    @body[:url]  = &quot;http://dietrichyw.facebook.joyent.us/activate/#{user.activation_code}&quot;
   
   end
   
   def activation(user)
     setup_email(user)
     @subject    += 'Your account has been activated!'
-    @body[:url]  = &quot;http://YOURSITE/&quot;
+    @body[:url]  = &quot;http://dietrichyw.facebook.joyent.us/&quot;
   end
   
   protected
     def setup_email(user)
       @recipients  = &quot;#{user.email}&quot;
-      @from        = &quot;ADMINEMAIL&quot;
-      @subject     = &quot;[YOURSITE] &quot;
+      @from        = &quot;support&quot;
+      @subject     = &quot;[RESTAURANT-REVIEW] &quot;
       @sent_on     = Time.now
       @body[:user] = user
     end</diff>
      <filename>app/models/user_mailer.rb</filename>
    </modified>
    <modified>
      <diff>@@ -25,4 +25,6 @@ config.action_view.cache_template_loading            = true
 # config.action_mailer.raise_delivery_errors = false
 
 # Enable threaded mode
-# config.threadsafe!
\ No newline at end of file
+# config.threadsafe!
+
+MAP_API_KEY = 'ABQIAAAAFNm78CTt6Ba6XsBkWZHE3hR9SkUWGRiW5OxKBGdjTAeQC3abIBQP1SG_Wrsz7COIvQ2alIwrBcqEpQ'
\ No newline at end of file</diff>
      <filename>config/environments/production.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fa43df26e25297efc9b8468100e2f0aa5472350b</id>
    </parent>
  </parents>
  <author>
    <name>nhm tanveer hossain khan (hasan)</name>
    <email>hasan@somewherein.net</email>
  </author>
  <url>http://github.com/we4tech/restaurant-review/commit/4fc900eb1ac3521034fa5413e32b82a058db8b96</url>
  <id>4fc900eb1ac3521034fa5413e32b82a058db8b96</id>
  <committed-date>2009-10-15T23:47:39-07:00</committed-date>
  <authored-date>2009-10-15T23:47:39-07:00</authored-date>
  <message>Fixed mail address, added google map api key</message>
  <tree>1758591e923255c8154aeadfc8857fe4cd9f7e90</tree>
  <committer>
    <name>nhm tanveer hossain khan (hasan)</name>
    <email>hasan@somewherein.net</email>
  </committer>
</commit>
