Skip to content

Instantly share code, notes, and snippets.

@joeellis
Created March 5, 2011 18:25
Show Gist options
  • Save joeellis/856574 to your computer and use it in GitHub Desktop.
Save joeellis/856574 to your computer and use it in GitHub Desktop.
namespace :db do
task :setup => :environment do
super <--- Is there a rake equivalent to this?
Rake::Task["import"].invoke
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment