From 3f3ee31bb0094d75ec3e3885f101b1c33f517286 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Mon, 22 Dec 2008 23:30:18 +0100 Subject: [PATCH] update environment.rb.tmpl with last update of has_many_polymorphs for tagging --- config/environment.rb.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/environment.rb.tmpl b/config/environment.rb.tmpl index 9842240e..fbbc6848 100644 --- a/config/environment.rb.tmpl +++ b/config/environment.rb.tmpl @@ -27,7 +27,6 @@ Rails::Initializer.run do |config| config.load_paths += %W( #{RAILS_ROOT}/app/apis ) config.gem "highline" - config.gem "has_many_polymorphs" config.action_controller.use_accept_header = true @@ -83,7 +82,7 @@ end require 'name_part_finder' require 'tracks/todo_list' require 'tracks/config' -require 'activerecord_base_tag_extensions' # Needed for tagging-specific extensions +require 'tagging_extentions' # Needed for tagging-specific extensions require 'digest/sha1' #Needed to support 'rake db:fixtures:load' on some ruby installs: http://dev.rousette.org.uk/ticket/557 require 'prototype_helper_extensions'