diff options
| author | hukl <hukl@eight.local> | 2009-02-01 17:10:20 +0100 |
|---|---|---|
| committer | hukl <hukl@eight.local> | 2009-02-01 17:10:20 +0100 |
| commit | a660a7ee62e44314c12440d376166ccb0cf60d80 (patch) | |
| tree | 2f5bd0f4cfc6cebb2dc56b3b44ec2f51269716d3 /app/controllers/content_controller.rb | |
| parent | 07295b68c0ab6e340cccb1e124415572285f5e8f (diff) | |
added test for retrieving a specific revision via
a given node. turned out it wasn't working the way
I thought so I rewrote it to use only Fixnums
Diffstat (limited to 'app/controllers/content_controller.rb')
| -rw-r--r-- | app/controllers/content_controller.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/controllers/content_controller.rb b/app/controllers/content_controller.rb index 5312ecd..278c5ab 100644 --- a/app/controllers/content_controller.rb +++ b/app/controllers/content_controller.rb | |||
| @@ -12,7 +12,6 @@ class ContentController < ApplicationController | |||
| 12 | :status => 404 | 12 | :status => 404 |
| 13 | ) | 13 | ) |
| 14 | end | 14 | end |
| 15 | 15 | ||
| 16 | end | 16 | end |
| 17 | |||
| 18 | end | 17 | end |
