Sha256: 17ac8aa16d56c272b70ecf427e08f5b54e140a27d115533f6bea09f5fbe787bd

Contents?: true

Size: 249 Bytes

Versions: 5

Compression:

Stored size: 249 Bytes

Contents

class CreateGemTestBlobs < ActiveRecord::Migration[5.0]
  def change
    create_file_blobs_table :gem_test_blobs, blob_limit: 64.kilobytes do |t|
      # Test that the block is invoked with the correct argument.
      t.timestamps
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
file_blobs_rails-0.2.3 test/fixtures/003_create_gem_test_blobs.rb
file_blobs_rails-0.2.2 test/fixtures/003_create_gem_test_blobs.rb
file_blobs_rails-0.2.1 test/fixtures/003_create_gem_test_blobs.rb
file_blobs_rails-0.2.0 test/fixtures/003_create_gem_test_blobs.rb
file_blobs_rails-0.1.0 test/fixtures/003_create_gem_test_blobs.rb