Sha256: 99dea3036e81b3646ff4c6ae1a68f18c92bf7ca7c16f83d5ae675af16f1c4a02
Contents?: true
Size: 223 Bytes
Versions: 15
Compression:
Stored size: 223 Bytes
Contents
module Spree class StateChange < Spree::Base belongs_to :user, class_name: Spree.user_class.to_s belongs_to :stateful, polymorphic: true def <=>(other) created_at <=> other.created_at end end end
Version data entries
15 entries across 15 versions & 1 rubygems