public
Description: Koz's rails git-svn clone
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/NZKoz/koz-rails.git
Excise generated whitespace. Closes #10017 [Tim Pope]


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8055 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
bitsweat (author)
Mon Oct 29 14:40:23 -0700 2007
commit  795cfc627c22487c62394913601df7735c5d50fe
tree    b162629f2cdba0db66ce1f05aad55ff8ab718e36
parent  2e57c482c4d2a95f232f73391935a8de0f22b96d
...
1
2
3
 
...
1
 
2
3
0
@@ -1,2 +1,2 @@
0
 Use this README file to introduce your application and point to useful places in the API for learning more.
0
-Run "rake doc:app" to generate API documentation for your models, controllers, helpers, and libraries.
0
\ No newline at end of file
0
+Run "rake doc:app" to generate API documentation for your models, controllers, helpers, and libraries.
...
7
8
9
10
11
 
...
7
8
9
 
10
11
0
@@ -7,4 +7,4 @@ class ApplicationController < ActionController::Base
0
   # See ActionController::RequestForgeryProtection for details
0
   # Uncomment the :secret if you're not using the cookie session store
0
   protect_from_forgery # :secret => '<%= app_secret %>'
0
-end
0
\ No newline at end of file
0
+end
...
4
5
6
7
 
8
9
10
...
4
5
6
 
7
8
9
10
0
@@ -4,7 +4,7 @@ class <%= migration_name %> < ActiveRecord::Migration
0
 <% for attribute in attributes -%>
0
       t.<%= attribute.type %> :<%= attribute.name %>
0
 <% end %>
0
- t.timestamps
0
+ t.timestamps
0
     end
0
   end
0
 

Comments

    No one has commented yet.