summaryrefslogtreecommitdiffstats
path: root/lib/redmine.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-05-08 15:49:20 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-05-08 15:49:20 +0000
commit8614c00c8a3e34e6b081ba2dc1be7985acc4bd4b (patch)
tree983e866e4ec21a84783a9063059957728f4d0d43 /lib/redmine.rb
parentdf0a49ff14474dd2230a823f57e95aa9d3b1cd71 (diff)
downloadredmine-8614c00c8a3e34e6b081ba2dc1be7985acc4bd4b.tar.gz
redmine-8614c00c8a3e34e6b081ba2dc1be7985acc4bd4b.zip
Text files can now be viewed online when browsing the repository.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@521 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine.rb')
-rw-r--r--lib/redmine.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/redmine.rb b/lib/redmine.rb
index cfcccccf9..553ea7f5b 100644
--- a/lib/redmine.rb
+++ b/lib/redmine.rb
@@ -1,2 +1,3 @@
require 'redmine/version'
+require 'redmine/mime_type'
require 'redmine/acts_as_watchable/init'