aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-10-11 11:30:22 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-10-11 11:30:22 -0700
commitee7863eaace9e1680108282cede4736fcc303187 (patch)
treea8468f86c82eb71f583460871110393e338059ad /actionpack
parent333e03306461a6b443be8086e40341b4352a7f18 (diff)
downloadrails-ee7863eaace9e1680108282cede4736fcc303187.tar.gz
rails-ee7863eaace9e1680108282cede4736fcc303187.tar.bz2
rails-ee7863eaace9e1680108282cede4736fcc303187.zip
removing some load path tomfoolery
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_view.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/lib/action_view.rb b/actionpack/lib/action_view.rb
index 7e1e5e2c19..d7292e8324 100644
--- a/actionpack/lib/action_view.rb
+++ b/actionpack/lib/action_view.rb
@@ -21,9 +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)
-
require 'active_support/ruby/shim'
require 'active_support/core_ext/class/attribute_accessors'