Module: Ribbit::Adapters::Merb::DefaultExceptionExtensions
- Defined in:
- lib/ribbit/adapters/merb.rb
Overview
ControllerMixin
Class Method Summary collapse
Class Method Details
.included(mod) ⇒ Object
44 45 46 47 48 |
# File 'lib/ribbit/adapters/merb.rb', line 44 def self.included(mod) mod.class_eval do before :notify_hoptoad end end |