lib/shoulda/matchers/active_model/errors.rb



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