class StraightServer::GatewayModule::OrderCountersDisabled
Public Instance Methods
message()
click to toggle source
# File lib/straight-server/gateway.rb, line 28 def message "Please enable order counting in config file! You can do is using the following option:\n\n" + " count_orders: true\n\n" + "and don't forget to provide Redis connection info by adding this to the config file as well:\n\n" + " redis:\n" + " host: localhost\n" + " port: 6379\n" + " db: null\n" end