class Shoulda::Matchers::ActiveRecord::AcceptNestedAttributesForMatcher

def exists?

def exists?
  if config
    true
  else
    @problem = "is not declared"
    false
  end
end