Sha256: 3310a9c5b33f078f32d2027b93786740434406085d0a50a735d7da69d05c29aa

Contents?: true

Size: 256 Bytes

Versions: 4

Compression:

Stored size: 256 Bytes

Contents

module Shoulda
  module Matchers
    module ActiveModel
      # @private
      module ValidatorWithCapturedRangeError
        def messages_description
          ' RangeError: ' + captured_range_error.message.inspect
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/shoulda-matchers-2.8.0/lib/shoulda/matchers/active_model/validator_with_captured_range_error.rb
shoulda-matchers-3.0.0.rc1 lib/shoulda/matchers/active_model/validator_with_captured_range_error.rb
shoulda-matchers-2.8.0 lib/shoulda/matchers/active_model/validator_with_captured_range_error.rb
shoulda-matchers-2.8.0.rc2 lib/shoulda/matchers/active_model/validator_with_captured_range_error.rb