Sample callback hook plugin for Fat Free CRM
== Sample Plugin for Fat Free CRM
This plugin shows how to implement controller and view callback hooks
provided by Fat Free CRM (see http://github.com/michaeldv/fat_free_crm/tree/master).
The plugin installs just like any Ruby on Rails plugin packaged as git. Assuming
that you have Fat Free CRM up and running:
$ ./script/install plugin git://github.com/michaeldv/crm_sample_plugin.git
The sample plugin will be installed in vendor/plugins/crm_sample_plugin directory.
Now restart your web server and watch the log file.
Enjoy!
Copyright © 2009 by Michael Dvorkin, released under the MIT license.