Flowdock
method

valid_object?

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: ActiveRecord::Validations::AssociatedValidator
valid_object?(record) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/validations/associated.rb, line 14
        def valid_object?(record)
          (record.respond_to?(:marked_for_destruction?) && record.marked_for_destruction?) || record.valid?
        end
Register or log in to add new notes.