Changeset 1769

Show
Ignore:
Timestamp:
10/23/06 12:17:39 (2 years ago)
Author:
uta
Message:

#199

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vendor/rails-1.1.6_customized/rails/actionpack/lib/action_controller/routing.rb

    r1304 r1769  
    270270              extended_root = File.expand_path(RAILS_ROOT) 
    271271              # Exclude all paths that are not nested within app, lib, or components. 
    272               base.match(/\A#{Regexp.escape(extended_root)}\/*(app|lib|components)\/[a-z]/) || base =~ %r{rails-[\d.]+/builtin} 
     272              base.match(/\A#{Regexp.escape(extended_root)}\/*(app|lib|components)/) || base =~ %r{rails-[\d.]+/builtin} 
    273273            end 
    274274          else