Deleted the last of the rendering logic from Revision (making it a totally anemic entity, by the way)

This commit is contained in:
Alexey Verkhovsky 2005-09-09 20:40:35 +00:00
parent 427f989d69
commit 4838f6e684
3 changed files with 4 additions and 10 deletions

View file

@ -1,3 +1,4 @@
require 'diff'
# Temporary class containing all rendering stuff from a Revision
# I want to shift all rendering loguc to the controller eventually