From f7a39c848a2e3fb1bf51bd35a9f4223cb82c2eae Mon Sep 17 00:00:00 2001 From: Ben Woosley Date: Thu, 29 Mar 2012 01:36:26 -0700 Subject: Drop Paths::Root initializer check of #path as it isn't checked in the #path= or anywhere else --- railties/lib/rails/paths.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'railties/lib/rails/paths.rb') diff --git a/railties/lib/rails/paths.rb b/railties/lib/rails/paths.rb index c0da113b36..de4dc5007d 100644 --- a/railties/lib/rails/paths.rb +++ b/railties/lib/rails/paths.rb @@ -45,7 +45,6 @@ module Rails attr_accessor :path def initialize(path) - raise "Argument should be a String of the physical root path" if path.is_a?(Array) @current = nil @path = path @root = {} -- cgit v1.2.3