Sha256: 93cb116d10526a5688c7b209888672594e7f4f0db18c1ff4bee3cee7898f12c0

Contents?: true

Size: 173 Bytes

Versions: 5

Compression:

Stored size: 173 Bytes

Contents

module Massive
  class FileProcess < Massive::Process
    embeds_one :file,  class_name: 'Massive::File', autobuild: true

    accepts_nested_attributes_for :file
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
massive-0.4.0 lib/massive/file_process.rb
massive-0.3.0 lib/massive/file_process.rb
massive-0.2.0 lib/massive/file_process.rb
massive-0.1.1 lib/massive/file_process.rb
massive-0.1.0 lib/massive/file_process.rb