Module: Fiveruns::Dash::Rails::ActionContext
- Defined in:
- lib/fiveruns/dash/rails.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
103 104 105 106 107 108 |
# File 'lib/fiveruns/dash/rails.rb', line 103 def self.included(base) base.send(:include, InstanceMethods) base.alias_method_chain :perform_action, :fiveruns_dash_context base.extend(ClassMethods) (class << base; self; end).alias_method_chain :process, :fiveruns_dash_tracing end |