<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -35,7 +35,7 @@ class &lt;%= controller_class_name %&gt;Controller &lt; ApplicationController
 
     respond_to do |format|
       if @&lt;%= file_name %&gt;.save
-        flash[:notice] = '&lt;%= class_name %&gt; was successfully created.'
+        flash[:notice] = '&lt;%= singular_name.humanize %&gt; was successfully created.'
         format.html { redirect_to(@&lt;%= file_name %&gt;) }
         format.xml  { render :xml =&gt; @&lt;%= file_name %&gt;, :status =&gt; :created, :location =&gt; @&lt;%= file_name %&gt; }
       else
@@ -50,7 +50,7 @@ class &lt;%= controller_class_name %&gt;Controller &lt; ApplicationController
 
     respond_to do |format|
       if @&lt;%= file_name %&gt;.update_attributes(params[:&lt;%= file_name %&gt;])
-        flash[:notice] = '&lt;%= class_name %&gt; was successfully updated.'
+        flash[:notice] = '&lt;%= singular_name.humanize %&gt; was successfully updated.'
         format.html { redirect_to(@&lt;%= file_name %&gt;) }
         format.xml  { head :ok }
       else</diff>
      <filename>rails_generators/shoulda_scaffold/templates/controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-&lt;h1&gt;Editing &lt;%= singular_name %&gt;&lt;/h1&gt;
+&lt;h1&gt;Editing &lt;%= singular_name.humanize %&gt;&lt;/h1&gt;
 
 &lt;%% form_for(@&lt;%= singular_name %&gt;) do |form| %&gt;
   &lt;%%= render :partial =&gt; 'form', :locals =&gt; {:form =&gt; form} %&gt;</diff>
      <filename>rails_generators/shoulda_scaffold/templates/erb/edit.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,6 @@
   &lt;/head&gt;
   &lt;body&gt;
     &lt;div class=&quot;container&quot;&gt;
-
       &lt;div id=&quot;content&quot; class=&quot;column span-24&quot;&gt;
         &lt;%% flash.each do |key, value| -%&gt;
           &lt;div class=&quot;&lt;%%= key %&gt;&quot;&gt;</diff>
      <filename>rails_generators/shoulda_scaffold/templates/erb/layout.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-&lt;h1&gt;New &lt;%= singular_name %&gt;&lt;/h1&gt;
+&lt;h1&gt;New &lt;%= singular_name.humanize %&gt;&lt;/h1&gt;
 
 &lt;%% form_for(@&lt;%= singular_name %&gt;) do |form| %&gt;
   &lt;%%= render :partial =&gt; 'form', :locals =&gt; {:form =&gt; form} %&gt;</diff>
      <filename>rails_generators/shoulda_scaffold/templates/erb/new.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-%h1 Editing &lt;%= singular_name %&gt;
+%h1 Editing &lt;%= singular_name.humanize %&gt;
 
 - form_for(@&lt;%= singular_name %&gt;) do |form|
   = render :partial =&gt; 'form', :locals =&gt; {:form =&gt; form}</diff>
      <filename>rails_generators/shoulda_scaffold/templates/haml/edit.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-%h1 New &lt;%= singular_name %&gt;
+%h1 New &lt;%= singular_name.humanize %&gt;
 
 - form_for(@&lt;%= singular_name %&gt;) do |form|
   = render :partial =&gt; 'form', :locals =&gt; {:form =&gt; form}</diff>
      <filename>rails_generators/shoulda_scaffold/templates/haml/new.html.haml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ac41a9f9de2d7887ef532ce25a04078d5071fc42</id>
    </parent>
  </parents>
  <author>
    <name>Josh Nichols</name>
    <email>josh@technicalpickles.com</email>
  </author>
  <url>http://github.com/technicalpickles/shoulda_generator/commit/d307e9bdac8af003dc28293ec753c9b04a8abf38</url>
  <id>d307e9bdac8af003dc28293ec753c9b04a8abf38</id>
  <committed-date>2008-12-16T22:25:41-08:00</committed-date>
  <authored-date>2008-12-16T22:25:41-08:00</authored-date>
  <message>Verbology consolidation.</message>
  <tree>e4451412115eb97ed47671ea772677987e09676c</tree>
  <committer>
    <name>Josh Nichols</name>
    <email>josh@technicalpickles.com</email>
  </committer>
</commit>
