lib/rpush/daemon/adm.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Rpush
  module Daemon
    module Adm
      extend ServiceConfigMethods

      dispatcher :http
    end
  end
end