
Catalyst::Helper::Controller::REST::DBIC::Item - Helper to create REST controllers

$ catalyst.pl myapp
$ cd myapp
$ script/myapp_create.pl controller Book REST::DBIC::Item Schema::Book

Helper to create REST Base classes. After this, you should be reading up on Catalyst::Controller::REST::DBIC::Item

This generates the individual REST classes

Catalyst::Controller::REST::DBIC::Item

J. Shirley cpan@coldhardcode.com

This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.

[% CLASS %] - REST Controller for [% schema_class %]

REST Methods to access the DBIC Schema Class [% schema_class %]

[% author %]

"[% app %]::Model::[% schema_claass %]"

[% license %]