OSDN Git Service

remove unused file
[traxi/time_frame.git] / README
1 ActsAsPeriodic
2 ==============
3
4 This plugin defines singleton method time_frame which defines named scope 'unexpired'
5
6 Examples
7 ========
8
9 Ticket model must hava culumns 'inception' and 'expiry'.
10
11   class Ticket < ActiveRecord::Base
12     time_frame # defines named_scope 'unexpired'
13   end
14
15