diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2012-03-13 10:00:15 -0400 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2012-03-13 10:00:15 -0400 |
commit | e7d55f734aae204115d0a04a2db774ac364c1312 (patch) | |
tree | 141481b1718af5a33f1ebe2741de8653257f8ea2 /railties | |
parent | 46313151bd2ff419251543eda1b1122d4cc7c5ed (diff) | |
download | rails-e7d55f734aae204115d0a04a2db774ac364c1312.tar.gz rails-e7d55f734aae204115d0a04a2db774ac364c1312.tar.bz2 rails-e7d55f734aae204115d0a04a2db774ac364c1312.zip |
Actually commit the change!
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/contributing_to_ruby_on_rails.textile | 1 |
1 files changed, 0 insertions, 1 deletions
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 +&&+/+||+ over +and+/+or+. * Prefer class << self block over self.method for class methods. |