Sha256: 480c43bb62b6f192b3284ac811c5c04efd3d1fa0e31d4790a155b0dde441a8af
Contents?: true
Size: 672 Bytes
Versions: 2
Compression:
Stored size: 672 Bytes
Contents
# If you need to require in code in the gem's app folder, keep in mind that # the app is not on the load path when the gem is required. Use # app/{gemname}/config/initializers/boot.rb to require in client or server # code. # # Also, in volt apps, you typically use the lib folder in the # app/{componentname} folder instead of this lib folder. This lib folder is # for setting up gem code when Bundler.require is called. (or the gem is # required.) # # If you need to configure volt in some way, you can add a Volt.configure block # in this file. require 'volt/message_bus/redis_message_bus' module Volt module RedisMessageBus # Your code goes here... end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
volt-redis_message_bus-0.1.1 | lib/volt/redis_message_bus.rb |
volt-redis_message_bus-0.1.0 | lib/volt/redis_message_bus.rb |