summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2010-10-01 19:51:16 +0200
committerAlex Legler <alex@a3li.li>2010-10-01 19:51:16 +0200
commit904832d090243075210f52fa8c11a597fbce65a8 (patch)
tree5c29b5be2d334eb3d83daddf49a9966161d13d9d /lib/glsamaker
parentEmail notifications: Add preferences UI and only send email to users who can ... (diff)
downloadglsamaker-904832d090243075210f52fa8c11a597fbce65a8.tar.gz
glsamaker-904832d090243075210f52fa8c11a597fbce65a8.tar.bz2
glsamaker-904832d090243075210f52fa8c11a597fbce65a8.zip
require 'bugzilla' in Glsamaker::Bugs
Diffstat (limited to 'lib/glsamaker')
-rw-r--r--lib/glsamaker/bugs.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/glsamaker/bugs.rb b/lib/glsamaker/bugs.rb
index 8353e8c..cf5ea7c 100644
--- a/lib/glsamaker/bugs.rb
+++ b/lib/glsamaker/bugs.rb
@@ -9,6 +9,8 @@
#
# For more information, see the LICENSE file.
+require 'bugzilla'
+
module Glsamaker
module Bugs