Changeset 413

Show
Ignore:
Timestamp:
08/13/07 18:21:58 (1 year ago)
Author:
e.@brainspl.at
Message:

add _benchmarks to exceptions, need to re-examine this as benchmarks will not really work properly in exceptions that render

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/merb/exceptions.rb

    r412 r413  
    5858        @response = response 
    5959        @controller = controller 
     60        @_benchmarks = {} 
    6061        @thrown_content = ::Merb::AbstractController.default_thrown_content 
    6162      end