Skip to content

Commit

Permalink
[api] Move RabbitmqBus class
Browse files Browse the repository at this point in the history
This will move the class definition from app/models/ to lib/.
  • Loading branch information
bgeuken committed Oct 5, 2017
1 parent 46d7be9 commit 1b1690d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/app/models/event/base.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'rabbitmq_bus'

# This class represents some kind of event within the build service
# that users (or services) would like to know about
module Event
Expand Down
File renamed without changes.

0 comments on commit 1b1690d

Please sign in to comment.