Don't require activesupport until necessary
This commit is contained in:
parent
cc3aebf5cc
commit
bbff9d822c
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue