module RealtimeChange::Configuration

Attributes

redis_pub[RW]
redis_sub[RW]
request_whitelist[RW]

Whitelist Structure {

ClassName: {
  Method: [], <= permitted params in ActionController::Parameters format
  OtherMethod: []
},
OtherClass: ...

}

Public Class Methods

configure(&block) click to toggle source
# File lib/realtime_change/configuration.rb, line 18
def configure(&block)
  block.call self
end