Skip to content

Commit

Permalink
stop messing with the load path, load path should be adjusted in the …
Browse files Browse the repository at this point in the history
…test task
  • Loading branch information
tenderlove committed Aug 26, 2011
1 parent 0353435 commit 5145e98
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions activerecord/lib/active_record.rb
Expand Up @@ -21,13 +21,6 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#++


activesupport_path = File.expand_path('../../../activesupport/lib', __FILE__)
$:.unshift(activesupport_path) if File.directory?(activesupport_path) && !$:.include?(activesupport_path)

activemodel_path = File.expand_path('../../../activemodel/lib', __FILE__)
$:.unshift(activemodel_path) if File.directory?(activemodel_path) && !$:.include?(activemodel_path)

require 'active_support'
require 'active_support/i18n'
require 'active_model'
Expand Down

0 comments on commit 5145e98

Please sign in to comment.