Class: TechnoGate::Contao::Notifier
- Inherits:
-
Object
- Object
- TechnoGate::Contao::Notifier
- Includes:
- Singleton
- Defined in:
- lib/contao/notifier.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.notify(*args, &block) ⇒ Object
19 20 21 |
# File 'lib/contao/notifier.rb', line 19 def self.notify(*args, &block) instance.notify(*args, &block) end |