thoughtbot--shoulda-matchers/lib/shoulda/matchers/active_model/errors.rb

8 lines
163 B
Ruby

module Shoulda # :nodoc:
module Matchers
module ActiveModel # :nodoc:
class CouldNotDetermineValueOutsideOfArray < RuntimeError; end
end
end
end