Module: EasyProfiler::ActionControllerExtensions
- Defined in:
- lib/easy_prof/action_controller_extensions.rb
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
:nodoc:.
Class Method Details
.included(base) ⇒ Object
:nodoc:
3 4 5 6 7 8 9 |
# File 'lib/easy_prof/action_controller_extensions.rb', line 3 def self.included(base) #:nodoc: base.send :include, InstanceMethods base.class_eval do after_filter :dump_firebug_profile end end |