Class: StraightServer::GatewayModule::OrderCountersDisabled

Inherits:
StraightServerError
  • Object
show all
Defined in:
lib/straight-server/gateway.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



28
29
30
31
32
33
34
35
36
# 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