diff options
| author | mo khan <mo@mokhan.ca> | 2013-05-04 22:03:11 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-05-04 22:03:11 -0600 |
| commit | feca3b96e3a9570880d14aa22a9cc47477adb129 (patch) | |
| tree | a10763992d6b6e7599a7046ef08ccc93b44db410 /config/deploy.rb | |
| parent | 571bdda569ef8c922b4161e2b172324d85c41682 (diff) | |
add airbrake and bullet gems
Diffstat (limited to 'config/deploy.rb')
| -rw-r--r-- | config/deploy.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 442a0d48..a39ebe59 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -54,3 +54,6 @@ namespace :delayed_job do run "cd #{current_path}; RAILS_ENV=#{rails_env} script/delayed_job restart" end end + + require './config/boot' + require 'airbrake/capistrano' |
