ActionController::Assertions::ModelAssertions

(no rdoc description available for this class)

Methods

assert_valid (record)

Ensures that the passed record is valid by ActiveRecord standards and returns any error messages if it is not.

Examples

  # assert that a newly created record is valid
  model = Model.new
  assert_valid(model)