Sha256: c775043b24ffef601f90ea94e58e305a6334e39963ce23b08538f494f1b4092a

Contents?: true

Size: 131 Bytes

Versions: 15

Compression:

Stored size: 131 Bytes

Contents

module SchemaPlusHelpers
  extend self

  def suppress_messages
    ActiveRecord::Migration.suppress_messages { yield }
  end

end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
schema_plus-1.8.9 spec/support/helpers.rb
schema_plus-1.8.8 spec/support/helpers.rb
schema_plus-1.8.7 spec/support/helpers.rb
schema_plus-2.0.0.pre5 spec/support/helpers.rb
schema_plus-2.0.0.pre3 spec/support/helpers.rb
schema_plus-2.0.0.pre2 spec/support/helpers.rb
schema_plus-1.8.6 spec/support/helpers.rb
schema_plus-2.0.0.pre1 spec/support/helpers.rb
schema_plus-1.8.5 spec/support/helpers.rb
schema_plus-1.8.4 spec/support/helpers.rb
schema_plus-1.8.3 spec/support/helpers.rb
schema_plus-1.8.2 spec/support/helpers.rb
schema_plus-1.8.1 spec/support/helpers.rb
schema_plus-1.8.0 spec/support/helpers.rb
schema_plus-1.7.1 spec/support/helpers.rb