class Shoulda::Matchers::ActiveRecord::AcceptNestedAttributesForMatcher
def matches?(subject)
def matches?(subject) @subject = subject exists? && allow_destroy_correct? && limit_correct? && update_only_correct? end
def matches?(subject) @subject = subject exists? && allow_destroy_correct? && limit_correct? && update_only_correct? end