2009-05-07 16:53:18 +00:00
|
|
|
# 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.
|
|
|
|
|
2010-03-08 08:04:05 +00:00
|
|
|
require File.expand_path('../config/application', __FILE__)
|
2009-05-07 16:53:18 +00:00
|
|
|
require 'rake'
|
|
|
|
|
2011-04-13 10:19:51 +00:00
|
|
|
PrototypeR4::Application.load_tasks
|