Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source
Show
Ignore:
Timestamp:
10/02/07 05:32:14 (1 year ago)
Author:
bitsweat
Message:

Ruby 1.9 compat, consistent load paths

Files:

Legend:

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

    r7428 r7719  
    2626  module Flash 
    2727    def self.included(base) 
    28       base.send :include, InstanceMethods 
    29  
    3028      base.class_eval do 
     29        include InstanceMethods 
    3130        alias_method_chain :assign_shortcuts, :flash 
    3231        alias_method_chain :process_cleanup,  :flash