Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 6275

Show
Ignore:
Timestamp:
03/01/07 23:27:04 (2 years ago)
Author:
david
Message:

Options are more often than not meaningless babble, just go nondescript instead

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/lib/action_controller/layout.rb

    r6178 r6275  
    241241 
    242242        options = options.merge :layout => false if template_with_options 
    243         logger.info("Rendering #{options} within #{layout}") if logger 
     243        logger.info("Rendering template within #{layout}") if logger 
    244244 
    245245        if template_with_options 
     
    260260    end 
    261261 
     262 
    262263    private 
    263      
    264264      def apply_layout?(template_with_options, options) 
    265265        return false if options == :update