/[Frey]/trunk/lib/App/RoomReservation.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/lib/App/RoomReservation.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1095 - (show annotations)
Sun Jun 28 18:51:49 2009 UTC (14 years, 10 months ago) by dpavlin
File size: 220 byte(s)
insert attributes into database and fixed tests
1 package App::RoomReservation;
2 use Moose;
3
4 extends 'Frey';
5 with 'Frey::Web';
6 #with 'Frey::Storage';
7
8 use App::RoomReservation::Room;
9
10 sub as_markup {
11 my ($self) = @_;
12
13 App::RoomReservation::Room->new->room_markup
14 }
15
16 1;

  ViewVC Help
Powered by ViewVC 1.1.26