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