- Timestamp:
- 10/11/07 21:56:19 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1-2-stable/actionpack/lib/action_controller/routing.rb
r7834 r7838 1255 1255 expire_on = build_expiry(options, recall) 1256 1256 1257 if options[:controller] 1258 options[:controller] = options[:controller].to_s 1259 end 1257 1260 # if the controller has changed, make sure it changes relative to the 1258 1261 # current controller module, if any. In other words, if we're currently