Class: Campo::Plugins::Plugin
- Inherits:
-
Object
- Object
- Campo::Plugins::Plugin
- Includes:
- Pluggable
- Defined in:
- lib/campo/plugins.rb
Direct Known Subclasses
Aria::Klass, JQueryValidation::Klass, Campo::Plugins::Partial::Klass
Instance Method Summary collapse
Methods included from Pluggable
#after_output, #before_output, #extras, #on_plugin, #plugged_in
Instance Method Details
#afters ⇒ Object
34 35 36 |
# File 'lib/campo/plugins.rb', line 34 def afters @afters ||= [] end |
#befores ⇒ Object
30 31 32 |
# File 'lib/campo/plugins.rb', line 30 def befores @befores ||= [] end |