diff options
author | Trevor Turk <trevorturk@yahoo.com> | 2009-02-10 10:36:21 -0600 |
---|---|---|
committer | Trevor Turk <trevorturk@yahoo.com> | 2009-02-10 10:36:21 -0600 |
commit | ad57d013d426ea87edfefa9a60764c7966af1049 (patch) | |
tree | 8be19a8c608bf68ee45312fe9f6cc25815e490ee | |
parent | 447884112a686e58dbe5db660fad861085abe627 (diff) | |
download | rails-ad57d013d426ea87edfefa9a60764c7966af1049.tar.gz rails-ad57d013d426ea87edfefa9a60764c7966af1049.tar.bz2 rails-ad57d013d426ea87edfefa9a60764c7966af1049.zip |
Removing self from credits - didn't know you needed to complete your own guide
-rw-r--r-- | railties/guides/source/activerecord_validations_callbacks.textile | 4 | ||||
-rw-r--r-- | railties/guides/source/credits.erb.textile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/railties/guides/source/activerecord_validations_callbacks.textile b/railties/guides/source/activerecord_validations_callbacks.textile index 82c3b81dfe..c0c4015450 100644 --- a/railties/guides/source/activerecord_validations_callbacks.textile +++ b/railties/guides/source/activerecord_validations_callbacks.textile @@ -921,6 +921,6 @@ h3. Changelog "Lighthouse ticket":http://rails.lighthouseapp.com/projects/16213/tickets/26-active-record-validations-and-callbacks -* February 10, 2009: Observers revision by "Trevor Turk":credits.html#trevorturk -* February 5, 2009: Initial revision by "Trevor Turk":credits.html#trevorturk +* February 10, 2009: Observers revision by Trevor Turk +* February 5, 2009: Initial revision by Trevor Turk * January 9, 2009: Initial version by "Cássio Marques":credits.html#cmarques diff --git a/railties/guides/source/credits.erb.textile b/railties/guides/source/credits.erb.textile index 5ac8a39c6e..91e3473cc7 100644 --- a/railties/guides/source/credits.erb.textile +++ b/railties/guides/source/credits.erb.textile @@ -36,8 +36,4 @@ p. We'd like to thank the following people for their tireless contributions to t Heiko Webers is the founder of "bauland42":http://www.bauland42.de, a German web application security consulting and development company focused on Ruby on Rails. He blogs at the "Ruby on Rails Security Project":http://www.rorsecurity.info. After 10 years of desktop application development, Heiko has rarely looked back. <% end %> -<% author('Trevor Turk', 'trevorturk') do %> - "Trevor Turk":http://trevorturk.com/ is a chess-playing machine of the late 18th century, promoted as an automaton but later proved a hoax. -<% end %> - <% end %> |