summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2012-08-24 17:12:38 +0200
committerAlex Legler <a3li@gentoo.org>2012-08-24 17:12:38 +0200
commita5742cc94c7b2a1fcd14b906194816e99c7d0005 (patch)
treebdf4181eefa9b3177e5b8f7502f29b778529bd0e /config
parentFix recently added YARD comments (diff)
downloadglsamaker-a5742cc94c7b2a1fcd14b906194816e99c7d0005.tar.gz
glsamaker-a5742cc94c7b2a1fcd14b906194816e99c7d0005.tar.bz2
glsamaker-a5742cc94c7b2a1fcd14b906194816e99c7d0005.zip
application.rb: Use require_relative instead of require for ruby 1.9 compatibility
Diffstat (limited to 'config')
-rw-r--r--config/application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb
index 9a1fcb2..82ef7bf 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -45,4 +45,4 @@ module Glsamaker
end
# Manually load the kramdown extensions
-require 'lib/kramdown_ext' \ No newline at end of file
+require_relative '../lib/kramdown_ext' \ No newline at end of file