Don't require activesupport until necessary

i18n_v4
Thomas Reynolds 2012-04-26 15:05:25 -07:00
parent cc3aebf5cc
commit bbff9d822c
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
# Using a bunch of convenience methods
require "active_support"
# Setup our load paths
libdir = File.expand_path(File.dirname(__FILE__))
$LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir)