Top Level Namespace

Defined Under Namespace

Modules: ApplicationHelper, DummyApp, Solidus, Spree Classes: ApplicationController, ApplicationMailer, ApplicationRecord, BarAbility

Constant Summary collapse

EmailValidator =
ActiveSupport::Deprecation::DeprecatedConstantProxy.new(
  'EmailValidator',
  'Spree::EmailValidator',
  message: "EmailValidator is deprecated! Use Spree::EmailValidator instead.\nChange `validates :email, email: true` to `validates :email, 'spree/email' => true`\n"
)
RAILS_52_OR_ABOVE =
Gem::Version.new(Rails.version) >= Gem::Version.new('5.2')
CapybaraExt =
ActiveSupport::Deprecation::DeprecatedConstantProxy.new('CapybaraExt', 'Spree::TestingSupport::CapybaraExt')
OrderWalkthrough =
ActiveSupport::Deprecation::DeprecatedConstantProxy.new('OrderWalkthrough', 'Spree::TestingSupport::OrderWalkthrough')