| Jifty-Plugin-ModelMap documentation | Contained in the Jifty-Plugin-ModelMap distribution. |
Jifty::Plugin::ModelMap - Render model map with GraphViz.
Version 0.01
Add the following to your site_config.yml
framework:
Plugins:
- ModelMap: {}
This makes the following URL available:
http://your.app/model_map
bokutin, <bokutin at cpan.org>
Copyright 2008 bokutin, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Jifty-Plugin-ModelMap documentation | Contained in the Jifty-Plugin-ModelMap distribution. |
package Jifty::Plugin::ModelMap; use base qw/Jifty::Plugin/; use warnings; use strict;
our $VERSION = '0.02';
1; # End of Jifty::Plugin::ModelMap