/[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 1086 - (hide annotations)
Sun Jun 28 14:21:10 2009 UTC (14 years, 10 months ago) by dpavlin
File size: 197 byte(s)
Simple object schema for room reservation example application
1 dpavlin 1086 package App::RoomReservation;
2     use Moose;
3    
4     extends 'Frey';
5     with 'Frey::Web';
6     #with 'Frey::Storage';
7    
8     with 'App::RoomReservation::Room';
9    
10     sub as_markup {
11     my ($self) = @_;
12    
13     $self->room_markup
14     }
15    
16     1;

  ViewVC Help
Powered by ViewVC 1.1.26