diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-03-28 10:29:48 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-03-28 10:29:48 +0000 |
commit | 12946b70d1c3097a930f13bb812a1e0db709dcb4 (patch) | |
tree | ef162d83f7a195b9bbcf9589278134b21775fa6c /app/models/comment.rb | |
parent | 98e937a21d58b4fe55f3fa2e443b21d5f7f41faa (diff) | |
parent | a64188fb25263ca3066279bfe1a08fa20accae5d (diff) |
Merge remote-tracking branch 'openaustralia_github/small_source_code_header_fixups' into rails-3-develop
Diffstat (limited to 'app/models/comment.rb')
-rw-r--r-- | app/models/comment.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/comment.rb b/app/models/comment.rb index 70f3ba00d..9527030a9 100644 --- a/app/models/comment.rb +++ b/app/models/comment.rb @@ -18,7 +18,7 @@ # A comment by a user upon something. # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class Comment < ActiveRecord::Base strip_attributes! |