Changeset 414

Show
Ignore:
Timestamp:
08/13/07 18:24:17 (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

    r413 r414  
    5151      include Merb::ControllerMixin 
    5252      include Merb::ResponderMixin 
    53       attr_accessor :thrown_content 
     53      attr_accessor :thrown_content, :_benchmarks 
    5454       
    5555