From e7d55f734aae204115d0a04a2db774ac364c1312 Mon Sep 17 00:00:00 2001
From: David Heinemeier Hansson <david@loudthinking.com>
Date: Tue, 13 Mar 2012 10:00:15 -0400
Subject: Actually commit the change!

---
 railties/guides/source/contributing_to_ruby_on_rails.textile | 1 -
 1 file changed, 1 deletion(-)

(limited to 'railties/guides')

diff --git a/railties/guides/source/contributing_to_ruby_on_rails.textile b/railties/guides/source/contributing_to_ruby_on_rails.textile
index 8d29544edf..e082fd2941 100644
--- a/railties/guides/source/contributing_to_ruby_on_rails.textile
+++ b/railties/guides/source/contributing_to_ruby_on_rails.textile
@@ -309,7 +309,6 @@ Rails follows a simple set of coding style conventions.
 
 * Two spaces, no tabs.
 * No trailing whitespace. Blank lines should not have any space.
-* Outdent private/protected from method definitions. Same indentation as the class/module.
 * Indent after private/protected.
 * Prefer +&amp;&amp;+/+||+ over +and+/+or+.
 * Prefer class << self block over self.method for class methods.
-- 
cgit v1.2.3