mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-17 13:57:48 -05:00
From http://stackoverflow.com/questions/6181312/how-to-fix-the-uninitialized-constant-rakedsl-problem-on-heroku/6263256#6263256
9 lines
304 B
Ruby
9 lines
304 B
Ruby
#!/usr/bin/env rake
|
|
# 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 'rake/dsl_definition'
|
|
require File.expand_path('../config/application', __FILE__)
|
|
|
|
Growstuff::Application.load_tasks
|