Jifty::Plugin::ModelMap - Render model map with GraphViz.


Jifty-Plugin-ModelMap documentation Contained in the Jifty-Plugin-ModelMap distribution.

Index


Code Index:

NAME

Top

Jifty::Plugin::ModelMap - Render model map with GraphViz.

VERSION

Top

Version 0.01

USAGE

Top

Add the following to your site_config.yml

 framework:
   Plugins:
     - ModelMap: {}

This makes the following URL available:

    http://your.app/model_map

SEE ALSO

Top

Jifty, GraphViz

AUTHOR

Top

bokutin, <bokutin at cpan.org>

COPYRIGHT & LICENSE

Top


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