96fe14f1441861e0f9b6e0c5d9ebcc9f1554e5bf
[catagits/Gitalist.git] / lib / Gitalist / Controller / Repository.pm
1 package Gitalist::Controller::Repository;
2 use Moose;
3 use namespace::autoclean;
4
5 BEGIN { extends 'Catalyst::Controller' }
6 with 'Gitalist::URIStructure::Repository';
7
8 sub base : Chained('/base') PathPart('') CaptureArgs(0) {}
9
10 __PACKAGE__->meta->make_immutable;