foodsoft/Rakefile

8 lines
268 B
Ruby
Raw Normal View History

2009-01-06 11:49:19 +01: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.
require File.expand_path('../config/application', __FILE__)
2009-01-06 11:49:19 +01:00
require 'rake'
Foodsoft::Application.load_tasks