Plugins
A Plugin applies a certain configuration to a Dragonfly app, and is simply an object that responds to call
, taking the app and any extra args.
To use it, use plugin
in a configuration block
or register a symbol
so you can do
Any extra arguments to plugin
are passed to call
after the app
argument.
An example of a plugin is the ImageMagick plugin.
Derived from theme by orderedlist