Sha256: 01f4ecff99712260fc0a6278f1bf269b7b1ae51aa7d0cc880d5a28d794814f12
Contents?: true
Size: 186 Bytes
Versions: 6
Compression:
Stored size: 186 Bytes
Contents
class OrderOperation < ActiveRecord::Base belongs_to :user belongs_to :order enumerable_constant :operation_type, {:constants => ORDER_OPERATIONS, :no_validation => true} end
Version data entries
6 entries across 6 versions & 1 rubygems