public
Description: Distributed Role-Based Access Control Service -- Restful authorization
Homepage: http://www.preallowed.com
Clone URL: git://github.com/dmitryame/preallowed.git
dmitryame (author)
Tue Sep 30 12:17:06 -0700 2008
commit  3bb78cfebb28deeb9b320d8779d213754193d8e0
tree    60d83ba00c1b5305bb1e86bb6d0ea87ca2c6d59c
parent  7a7fb5ae77e89d4cb902ed45591ef493a344b233
preallowed / 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'