hashrocket / automatic-acts-as-state-machine

AASM extension that transitions states at intervals with cron.

This URL has Read+Write access

Corey Grusden (author)
Wed Jul 23 13:44:22 -0700 2008
commit  07b994e83e6823ec363b2de2042959024fce6d19
tree    a45b25cc11a4f29e7bbfba63b0a5003e2dc51e3d
parent  cd7bc80d4d2d317a843d8de1fd16e51403c5c6a4
automatic-acts-as-state-machine / Rakefile
100644 11 lines (7 sloc) 0.307 kb
1
2
3
4
5
6
7
8
9
10
11
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
 
require(File.join(File.dirname(__FILE__), 'config', 'boot'))
 
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
 
require 'tasks/rails'