acook / config_module

Load important configuration files into their own modules
MIT License
2 stars 2 forks source link

Using absolute paths with require. #22

Closed acook closed 7 years ago

acook commented 7 years ago

This is due to Jruby having a hard time with require_relative, where MRI has no trouble.