diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-09-07 12:51:42 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-09-07 12:51:42 +0100 |
commit | c690679f5e55d908a0f91b0d9b3276ae3f748b2d (patch) | |
tree | cbe46b2e859aa6f59d39a110d997274091004a24 /lib/rack_quote_monkeypatch.rb | |
parent | 67a3a43cc26f8ad7218f33a13af04c3c74347866 (diff) | |
parent | dd39dbc580b1447758a6d3b9231ce09c9b3dcdf3 (diff) |
Merge branch 'wdtk' of git.mysociety.org:/data/git/public/alaveteli into wdtk
Diffstat (limited to 'lib/rack_quote_monkeypatch.rb')
-rw-r--r-- | lib/rack_quote_monkeypatch.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rack_quote_monkeypatch.rb b/lib/rack_quote_monkeypatch.rb index be079c6a2..b477ac0cb 100644 --- a/lib/rack_quote_monkeypatch.rb +++ b/lib/rack_quote_monkeypatch.rb @@ -2,9 +2,9 @@ # current version of Rails won't use that. So for now, monkeypatch, # This can be dropped when we move to Rails 3. # -# See https://github.com/sebbacon/alaveteli/issues/38 for Alaveteli +# See https://github.com/mysociety/alaveteli/issues/38 for Alaveteli # bug report -# +# # More info about the monkeypatch: # http://thewebfellas.com/blog/2010/7/15/rails-2-3-8-rack-1-1-and-the-curious-case-of-the-missing-quotes |