ActsAsPeriodic ============== 有効期限のあるモデルを抽象化するプラグイン。 Examples ======== Ticket model must hava culumns 'inception' and 'expiry'. class Ticket < ActiveRecord::Base time_frame # defines named_scope 'unexpired' end