Sha256: 35bef73d832ce9827d3ae12e34d3a8a803a54e3fd1c1c27eabc0622bf17fd73d

Contents?: true

Size: 196 Bytes

Versions: 10

Compression:

Stored size: 196 Bytes

Contents

class Pet3 < ActiveRecord::Base
  col :a
  data_miner do
    process :auto_upgrade!
    import("A list of pets", :url => "file://#{PETS}") do
      key :b, :field_name => 'name'
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
data_miner-3.0.0 test/support/pet3.rb
data_miner-3.0.0.rc2 test/support/pet3.rb
data_miner-3.0.0.rc1 test/support/pet3.rb
data_miner-3.0.0.beta test/support/pet3.rb
data_miner-3.0.0.alpha test/support/pet3.rb
data_miner-2.5.2 test/support/pet3.rb
data_miner-2.5.1 test/support/pet3.rb
data_miner-2.5.0 test/support/pet3.rb
data_miner-2.4.1 test/support/pet3.rb
data_miner-2.4.0 test/support/pet3.rb