ActsAsPeriodic ============== This plugin defines singleton method time_frame which defines named scope 'unexpired' Examples ======== Ticket model must hava culumns 'inception' and 'expiry'. class Ticket < ActiveRecord::Base time_frame # defines named_scope 'unexpired' end