Sha256: 6bf2d281d3b7c99b0a7f367dd1b77e27e9669603f51ddea5b18b949345a3f999

Contents?: true

Size: 155 Bytes

Versions: 13

Compression:

Stored size: 155 Bytes

Contents

# Taken from https://github.com/justinfrench/formtastic
def with_deprecation_silenced(&block)
  ::ActiveSupport::Deprecation.silence do
    yield
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
formnestic-1.0.12 spec/support/deprecation.rb
formnestic-1.0.11 spec/support/deprecation.rb
formnestic-1.0.10 spec/support/deprecation.rb
formnestic-1.0.9 spec/support/deprecation.rb
formnestic-1.0.8 spec/support/deprecation.rb
formnestic-1.0.7 spec/support/deprecation.rb
formnestic-1.0.6 spec/support/deprecation.rb
formnestic-1.0.5 spec/support/deprecation.rb
formnestic-1.0.4 spec/support/deprecation.rb
formnestic-1.0.3 spec/support/deprecation.rb
formnestic-1.0.2 spec/support/deprecation.rb
formnestic-1.0.1 spec/support/deprecation.rb
formnestic-1.0.0 spec/support/deprecation.rb