From 76b6136b00a9d0a74f99ca4f1ae347230bde94e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 24 Jul 2010 00:48:12 +0200 Subject: Clean up AM and AC railties. --- actionpack/lib/action_controller/railties/url_helpers.rb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 actionpack/lib/action_controller/railties/url_helpers.rb (limited to 'actionpack/lib/action_controller/railties/url_helpers.rb') diff --git a/actionpack/lib/action_controller/railties/url_helpers.rb b/actionpack/lib/action_controller/railties/url_helpers.rb deleted file mode 100644 index 9df5665542..0000000000 --- a/actionpack/lib/action_controller/railties/url_helpers.rb +++ /dev/null @@ -1,14 +0,0 @@ -module ActionController - module Railties - module UrlHelpers - def self.with(routes) - Module.new do - define_method(:inherited) do |klass| - super(klass) - klass.send(:include, routes.url_helpers) - end - end - end - end - end -end -- cgit v1.2.3