Sha256: d16b80b2ce44e3773295f852bc6f09963ca41b2ef982595269fba7b5d583d52a

Contents?: true

Size: 181 Bytes

Versions: 21

Compression:

Stored size: 181 Bytes

Contents

module Ddr::Batch
  class BatchObjectMessage < ActiveRecord::Base
    belongs_to :batch_object, :inverse_of => :batch_object_messages

    validates_presence_of :message

  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

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