class MadCart::Store::SetupError

Public Class Methods

message() click to toggle source
# File lib/mad_cart/store/base.rb, line 4
def self.message
  "It appears MyStore has overrided the default "\
  "MadCart::Base initialize method. That's fine, but please store "\
  "any required connection arguments as @init_args for the "\
  "#connection method to use later. Remember to call #after_initialize "\
  "in your initialize method should you require it."
end