Changeset 6275
- Timestamp:
- 03/01/07 23:27:04 (2 years ago)
- Files:
-
- trunk/actionpack/lib/action_controller/layout.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/lib/action_controller/layout.rb
r6178 r6275 241 241 242 242 options = options.merge :layout => false if template_with_options 243 logger.info("Rendering #{options}within #{layout}") if logger243 logger.info("Rendering template within #{layout}") if logger 244 244 245 245 if template_with_options … … 260 260 end 261 261 262 262 263 private 263 264 264 def apply_layout?(template_with_options, options) 265 265 return false if options == :update