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

Version Path
ddr-batch-1.7.2 lib/ddr/batch/batch_user.rb
ddr-batch-1.7.1 lib/ddr/batch/batch_user.rb
ddr-batch-1.7.0 lib/ddr/batch/batch_user.rb
ddr-batch-1.6.1 lib/ddr/batch/batch_user.rb
ddr-batch-1.6.0 lib/ddr/batch/batch_user.rb
ddr-batch-1.6.0.rc1 lib/ddr/batch/batch_user.rb
ddr-batch-1.5.1 lib/ddr/batch/batch_user.rb
ddr-batch-1.5.0 lib/ddr/batch/batch_user.rb
ddr-batch-1.5.0.rc1 lib/ddr/batch/batch_user.rb
ddr-batch-1.4.1 lib/ddr/batch/batch_user.rb
ddr-batch-1.4.0 lib/ddr/batch/batch_user.rb
ddr-batch-1.4.0.rc1 lib/ddr/batch/batch_user.rb
ddr-batch-1.3.0 lib/ddr/batch/batch_user.rb
ddr-batch-1.3.0.rc1 lib/ddr/batch/batch_user.rb
ddr-batch-1.2.0 lib/ddr/batch/batch_user.rb
ddr-batch-1.2.0.rc6 lib/ddr/batch/batch_user.rb
ddr-batch-1.2.0.rc5 lib/ddr/batch/batch_user.rb
ddr-batch-1.2.0.rc4 lib/ddr/batch/batch_user.rb
ddr-batch-1.2.0.rc3 lib/ddr/batch/batch_user.rb
ddr-batch-1.2.0.rc2 lib/ddr/batch/batch_user.rb