Sha256: 7d1ea888ff089c2343eca463bddb4cf2d7b13af01e99b7d70eaa21aae4d6cc0e
Contents?: true
Size: 183 Bytes
Versions: 45
Compression:
Stored size: 183 Bytes
Contents
module Ddr::Batch module BatchUser extend ActiveSupport::Concern included do has_many :batches, :inverse_of => :user, class_name: Ddr::Batch::Batch end end end
Version data entries
45 entries across 45 versions & 1 rubygems