Changeset 1769
- Timestamp:
- 10/23/06 12:17:39 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vendor/rails-1.1.6_customized/rails/actionpack/lib/action_controller/routing.rb
r1304 r1769 270 270 extended_root = File.expand_path(RAILS_ROOT) 271 271 # 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} 273 273 end 274 274 else
