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