/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1095 - (hide 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 dpavlin 1086 package App::RoomReservation;
2     use Moose;
3    
4     extends 'Frey';
5     with 'Frey::Web';
6     #with 'Frey::Storage';
7    
8 dpavlin 1095 use App::RoomReservation::Room;
9 dpavlin 1086
10     sub as_markup {
11     my ($self) = @_;
12    
13 dpavlin 1095 App::RoomReservation::Room->new->room_markup
14 dpavlin 1086 }
15    
16     1;

  ViewVC Help
Powered by ViewVC 1.1.26