From 3471251186a22aa3ca3a8c81eb9d2009bc331eda Mon Sep 17 00:00:00 2001 From: Vladimir Sharshov Date: Thu, 10 Nov 2011 02:35:56 +0400 Subject: [PATCH] Fix " undefined method `send_to_airbrake' for nil:NilClass" --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index 0055089f7..035ccba70 100644 --- a/Rakefile +++ b/Rakefile @@ -3,6 +3,5 @@ require File.expand_path('../config/application', __FILE__) require 'rake' -require 'airbrake/tasks' Rosa::Application.load_tasks