Skip to content

Commit

Permalink
continue fixing the docs :)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrockway committed Feb 14, 2010
1 parent b01d93c commit 30b0b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Catalyst/Model/Adaptor.pm
Expand Up @@ -34,7 +34,7 @@ Wrap it with a Catalyst model:
use base 'Catalyst::Model::Adaptor';
__PACKAGE__->config( class => 'NotMyApp::SomeClass' );
Then you can use C<NotMyApp::Class> from your Catalyst app:
Then you can use C<NotMyApp::SomeClass> from your Catalyst app:
sub action :Whatever {
my ($self, $c) = @_;
Expand Down

0 comments on commit 30b0b8c

Please sign in to comment.