Changeset 8378
- Timestamp:
- 12/13/07 03:33:06 (9 months ago)
- Files:
-
- trunk/actionpack/lib/action_controller/layout.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/lib/action_controller/layout.rb
r8317 r8378 125 125 # layout "weblog_standard" 126 126 # 127 # If no directory is specified for the template name, the template will by default by looked for in +app/views/layouts/+. 127 # If no directory is specified for the template name, the template will by default be looked for in +app/views/layouts/+. 128 # Otherwise, it will be looked up relative to the template root. 128 129 # 129 130 # == Conditional layouts