rich / aar-demo-1

acts_as_revisable Demo #1: Handling Associations

This URL has Read+Write access

Rich Cavanaugh (author)
Tue May 12 12:40:46 -0700 2009
commit  603a71b877355d9cb5a74fc11fca887fdd15602b
tree    104d4f259ae76a93531ecf81cbc4b542e5c315d1
parent  64f4082bb3b72cc0ccfc4e61e3fa9bbb7f9d67c1
aar-demo-1 / 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'