Sha256: b5fde62422f2f4f365cd36c21ec650b2040d6b6932560844f69aa27fa427f675
Contents?: true
Size: 463 Bytes
Versions: 71
Compression:
Stored size: 463 Bytes
Contents
# frozen_string_literal: true class Spree::Base < ActiveRecord::Base include Spree::Core::Permalinks include Spree::RansackableAttributes self.abstract_class = true # Provides a scope that should be included any time products # are fetched with the intention of displaying to the user. # # Allows individual stores to include any active record scopes or joins # when products are displayed. def self.display_includes where(nil) end end
Version data entries
71 entries across 71 versions & 1 rubygems